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