pub struct HKDF;
Implementations§
Auto Trait Implementations§
impl Freeze for HKDF
impl RefUnwindSafe for HKDF
impl Send for HKDF
impl Sync for HKDF
impl Unpin for HKDF
impl UnwindSafe for HKDF
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