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