Struct r2d2_diesel::ConnectionManager [] [src]

pub struct ConnectionManager<T> { /* fields omitted */ }

Methods

impl<T> ConnectionManager<T>
[src]

[src]

Trait Implementations

impl<T: Send + 'static> Sync for ConnectionManager<T>
[src]

impl<T> ManageConnection for ConnectionManager<T> where
    T: Connection + Send + 'static, 
[src]

The connection type this manager deals with.

The error type returned by Connections.

[src]

Attempts to create a new connection.

[src]

Determines if the connection is still connected to the database. Read more

[src]

Quickly determines if the connection is no longer usable. Read more