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