pub struct HmacSha512State(/* private fields */);Expand description
Internal state for HMAC-SHA-512.
Auto Trait Implementations§
impl Freeze for HmacSha512State
impl RefUnwindSafe for HmacSha512State
impl Send for HmacSha512State
impl Sync for HmacSha512State
impl Unpin for HmacSha512State
impl UnsafeUnpin for HmacSha512State
impl UnwindSafe for HmacSha512State
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