pub struct SecureStorage { /* private fields */ }Expand description
Secure storage for sensitive data
Implementations§
Source§impl SecureStorage
impl SecureStorage
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SecureStorage
impl RefUnwindSafe for SecureStorage
impl Send for SecureStorage
impl Sync for SecureStorage
impl Unpin for SecureStorage
impl UnsafeUnpin for SecureStorage
impl UnwindSafe for SecureStorage
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