pub struct HmacKey { /* private fields */ }
Expand description
Implementation of crypto::HmacKey using BoringSSL.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HmacKey
impl RefUnwindSafe for HmacKey
impl Send for HmacKey
impl Sync for HmacKey
impl Unpin for HmacKey
impl UnwindSafe for HmacKey
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