Struct cdrs::connection_manager::ConnectionManager [] [src]

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

r2d2 ManageConnection.

Methods

impl<T: Authenticator + Send + Sync + 'static, X: CDRSTransport + Send + Sync + 'static> ConnectionManager<T, X>
[src]

[src]

Creates a new instance of ConnectionManager. It requires transport, authenticator and compression as inputs.

Trait Implementations

impl<T: Authenticator + Send + Sync + 'static, X: CDRSTransport + Send + Sync + 'static> ManageConnection for ConnectionManager<T, X>
[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