pub struct Hmac<D> { /* private fields */ }
Expand description
The Hmac struct represents an Hmac function - a Message Authentication Code using a Digest.
Implementations
Trait Implementations
Auto Trait Implementations
impl<D> RefUnwindSafe for Hmac<D> where
D: RefUnwindSafe,
impl<D> Send for Hmac<D> where
D: Send,
impl<D> Sync for Hmac<D> where
D: Sync,
impl<D> Unpin for Hmac<D> where
D: Unpin,
impl<D> UnwindSafe for Hmac<D> where
D: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more