pub struct ConnectionDriver<C: Connection> { /* private fields */ }Implementations§
Source§impl<C: Connection> ConnectionDriver<C>
impl<C: Connection> ConnectionDriver<C>
Auto Trait Implementations§
impl<C> Freeze for ConnectionDriver<C>
impl<C> RefUnwindSafe for ConnectionDriver<C>where
C: RefUnwindSafe,
impl<C> Send for ConnectionDriver<C>
impl<C> Sync for ConnectionDriver<C>
impl<C> Unpin for ConnectionDriver<C>
impl<C> UnwindSafe for ConnectionDriver<C>where
C: RefUnwindSafe,
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more