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