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