pub struct Hs384Key(/* private fields */);Expand description
Signing / verifying key for HS384 algorithm. Zeroed on drop.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Hs384Key
impl RefUnwindSafe for Hs384Key
impl Send for Hs384Key
impl Sync for Hs384Key
impl Unpin for Hs384Key
impl UnsafeUnpin for Hs384Key
impl UnwindSafe for Hs384Key
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