pub struct BadPassword;
Expand description
Numeric-only password with up to 8 characters
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BadPassword
impl RefUnwindSafe for BadPassword
impl Send for BadPassword
impl Sync for BadPassword
impl Unpin for BadPassword
impl UnwindSafe for BadPassword
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