Struct r2d2::PooledConnection [−][src]
pub struct PooledConnection<M> where
M: ManageConnection, { /* fields omitted */ }
Expand description
A smart pointer wrapping a connection.
Implementations
Returns a shared reference to the extensions associated with this connection.
Returns a mutable reference to the extensions associated with this connection.
Trait Implementations
type Target = M::Connection
type Target = M::Connection
The resulting type after dereferencing.
Dereferences the value.
Mutably dereferences the value.