pub struct HmacSha1Context { /* private fields */ }Expand description
Opaque storage for the implementation’s hash state.
Trait Implementations§
Source§impl Drop for HmacSha1Context
impl Drop for HmacSha1Context
Auto Trait Implementations§
impl Freeze for HmacSha1Context
impl RefUnwindSafe for HmacSha1Context
impl Send for HmacSha1Context
impl Sync for HmacSha1Context
impl Unpin for HmacSha1Context
impl UnsafeUnpin for HmacSha1Context
impl UnwindSafe for HmacSha1Context
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