pub struct HkdfSha256State(/* private fields */);Expand description
Internal state for incremental HKDF-SHA-256 extract.
Auto Trait Implementations§
impl Freeze for HkdfSha256State
impl RefUnwindSafe for HkdfSha256State
impl Send for HkdfSha256State
impl Sync for HkdfSha256State
impl Unpin for HkdfSha256State
impl UnsafeUnpin for HkdfSha256State
impl UnwindSafe for HkdfSha256State
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