pub struct HmacSha512Context { /* private fields */ }Expand description
Opaque storage for the implementation’s hash state.
Trait Implementations§
Source§impl Drop for HmacSha512Context
impl Drop for HmacSha512Context
Auto Trait Implementations§
impl Freeze for HmacSha512Context
impl RefUnwindSafe for HmacSha512Context
impl Send for HmacSha512Context
impl Sync for HmacSha512Context
impl Unpin for HmacSha512Context
impl UnsafeUnpin for HmacSha512Context
impl UnwindSafe for HmacSha512Context
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more