pub struct UsernameService<S> { /* private fields */ }Expand description
Username + password authentication service.
Analogous to EmailPasswordService but lookups are by username instead of email.
Implementations§
Auto Trait Implementations§
impl<S> Freeze for UsernameService<S>where
S: Freeze,
impl<S> !RefUnwindSafe for UsernameService<S>
impl<S> Send for UsernameService<S>where
S: Send,
impl<S> Sync for UsernameService<S>where
S: Sync,
impl<S> Unpin for UsernameService<S>where
S: Unpin,
impl<S> UnsafeUnpin for UsernameService<S>where
S: UnsafeUnpin,
impl<S> !UnwindSafe for UsernameService<S>
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