pub struct HmacAuthenticator { /* private fields */ }Expand description
HMAC-SHA256 authenticator
Implementations§
Auto Trait Implementations§
impl Freeze for HmacAuthenticator
impl RefUnwindSafe for HmacAuthenticator
impl Send for HmacAuthenticator
impl Sync for HmacAuthenticator
impl Unpin for HmacAuthenticator
impl UnwindSafe for HmacAuthenticator
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