pub struct noSecret;Trait Implementations§
Auto Trait Implementations§
impl Freeze for noSecret
impl RefUnwindSafe for noSecret
impl Send for noSecret
impl Sync for noSecret
impl Unpin for noSecret
impl UnwindSafe for noSecret
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