pub struct AuthConnector<'a, D, U> { /* private fields */ }
Implementations§
Source§impl<'a, D, U> AuthConnector<'a, D, U>where
D: DatabaseAdapter<U>,
impl<'a, D, U> AuthConnector<'a, D, U>where
D: DatabaseAdapter<U>,
Trait Implementations§
Source§impl<'a, D: Clone, U: Clone> Clone for AuthConnector<'a, D, U>
impl<'a, D: Clone, U: Clone> Clone for AuthConnector<'a, D, U>
Source§fn clone(&self) -> AuthConnector<'a, D, U>
fn clone(&self) -> AuthConnector<'a, D, U>
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl<'a, D, U> Freeze for AuthConnector<'a, D, U>
impl<'a, D, U> RefUnwindSafe for AuthConnector<'a, D, U>where
D: RefUnwindSafe,
U: RefUnwindSafe,
impl<'a, D, U> Send for AuthConnector<'a, D, U>
impl<'a, D, U> Sync for AuthConnector<'a, D, U>
impl<'a, D, U> Unpin for AuthConnector<'a, D, U>
impl<'a, D, U> UnwindSafe for AuthConnector<'a, D, U>where
D: RefUnwindSafe,
U: RefUnwindSafe,
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