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