Struct diesel::r2d2::ConnectionManager [−][src]
pub struct ConnectionManager<T> { /* fields omitted */ }
Expand description
An r2d2 connection manager for use with Diesel.
See the r2d2 documentation for usage examples.
Implementations
Trait Implementations
type Connection = T
type Connection = T
The connection type this manager deals with.
Determines if the connection is still connected to the database. Read more
Quickly determines if the connection is no longer usable. Read more
Auto Trait Implementations
impl<T> RefUnwindSafe for ConnectionManager<T> where
T: RefUnwindSafe,
impl<T> Send for ConnectionManager<T> where
T: Send,
impl<T> Unpin for ConnectionManager<T> where
T: Unpin,
impl<T> UnwindSafe for ConnectionManager<T> where
T: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more
Convert self
to an expression for Diesel’s query builder. Read more