pub struct email_exists;
Trait Implementations
sourceimpl HttpServiceFactory for email_exists
impl HttpServiceFactory for email_exists
Auto Trait Implementations
impl RefUnwindSafe for email_exists
impl Send for email_exists
impl Sync for email_exists
impl Unpin for email_exists
impl UnwindSafe for email_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