pub struct EmailPasswordCredentials<U: User> { /* private fields */ }Implementations§
Trait Implementations§
Source§impl<U: User> Credentials<U, EmailPasswordData> for EmailPasswordCredentials<U>
impl<U: User> Credentials<U, EmailPasswordData> for EmailPasswordCredentials<U>
Auto Trait Implementations§
impl<U> Freeze for EmailPasswordCredentials<U>
impl<U> !RefUnwindSafe for EmailPasswordCredentials<U>
impl<U> Send for EmailPasswordCredentials<U>
impl<U> Sync for EmailPasswordCredentials<U>
impl<U> Unpin for EmailPasswordCredentials<U>
impl<U> !UnwindSafe for EmailPasswordCredentials<U>
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