pub struct NewPassword;Expand description
NewPassword (925).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NewPassword
impl RefUnwindSafe for NewPassword
impl Send for NewPassword
impl Sync for NewPassword
impl Unpin for NewPassword
impl UnsafeUnpin for NewPassword
impl UnwindSafe for NewPassword
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