pub struct username_exists;
Trait Implementations
sourceimpl HttpServiceFactory for username_exists
impl HttpServiceFactory for username_exists
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more