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