pub struct DerivedKey { /* private fields */ }Expand description
Derived key with automatic zeroization
Implementations§
Trait Implementations§
Source§impl Drop for DerivedKey
impl Drop for DerivedKey
Auto Trait Implementations§
impl Freeze for DerivedKey
impl RefUnwindSafe for DerivedKey
impl Send for DerivedKey
impl Sync for DerivedKey
impl Unpin for DerivedKey
impl UnwindSafe for DerivedKey
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