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