pub struct PoolConnection { /* private fields */ }Expand description
A connection borrowed from the pool
Methods from Deref<Target = Connection>§
Trait Implementations§
Source§impl Deref for PoolConnection
impl Deref for PoolConnection
Source§impl DerefMut for PoolConnection
impl DerefMut for PoolConnection
Auto Trait Implementations§
impl Freeze for PoolConnection
impl RefUnwindSafe for PoolConnection
impl Send for PoolConnection
impl !Sync for PoolConnection
impl Unpin for PoolConnection
impl UnwindSafe for PoolConnection
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