pub struct HS256 { /* private fields */ }Expand description
Simple wrapper over HMAC_SHA256 key from ring
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HS256
impl RefUnwindSafe for HS256
impl Send for HS256
impl Sync for HS256
impl Unpin for HS256
impl UnsafeUnpin for HS256
impl UnwindSafe for HS256
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