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