pub struct SecureSecret { /* private fields */ }Expand description
Secure secret wrapper
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SecureSecret
impl RefUnwindSafe for SecureSecret
impl Send for SecureSecret
impl Sync for SecureSecret
impl Unpin for SecureSecret
impl UnwindSafe for SecureSecret
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