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