pub struct SecureVault(/* private fields */);Expand description
Secure vault for protecting sensitive data
Implementations§
Auto Trait Implementations§
impl Freeze for SecureVault
impl RefUnwindSafe for SecureVault
impl Send for SecureVault
impl Sync for SecureVault
impl Unpin for SecureVault
impl UnwindSafe for SecureVault
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