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