pub struct Authenticated<DB: DatabaseConnection> { /* private fields */ }Implementations§
Source§impl<DB: DatabaseConnection> Authenticated<DB>
impl<DB: DatabaseConnection> Authenticated<DB>
Trait Implementations§
Auto Trait Implementations§
impl<DB> Freeze for Authenticated<DB>where
DB: Freeze,
impl<DB> RefUnwindSafe for Authenticated<DB>where
DB: RefUnwindSafe,
impl<DB> Send for Authenticated<DB>
impl<DB> Sync for Authenticated<DB>where
DB: Sync,
impl<DB> Unpin for Authenticated<DB>where
DB: Unpin,
impl<DB> UnsafeUnpin for Authenticated<DB>where
DB: UnsafeUnpin,
impl<DB> UnwindSafe for Authenticated<DB>where
DB: UnwindSafe,
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