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