Struct r2d2::PooledConnection
[−]
[src]
pub struct PooledConnection<M> where M: ManageConnection {
// some fields omitted
}A smart pointer wrapping a connection.
pub struct PooledConnection<M> where M: ManageConnection {
// some fields omitted
}A smart pointer wrapping a connection.
impl<M> Debug for PooledConnection<M> where M: ManageConnection + Debug, M::Connection: Debugimpl<M> Drop for PooledConnection<M> where M: ManageConnectionfn drop(&mut self)impl<M> Deref for PooledConnection<M> where M: ManageConnectiontype Target = M::Connectionfn deref(&self) -> &M::Connectionimpl<M> DerefMut for PooledConnection<M> where M: ManageConnectionfn deref_mut(&mut self) -> &mut M::Connection
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct, enum,
trait, typedef (or
tdef).
Search functions by type signature (e.g.
vec -> usize)