Struct r2d2_memcache::connection_manager::MemcacheConnectionManager [] [src]

pub struct MemcacheConnectionManager { /* fields omitted */ }

Methods

impl MemcacheConnectionManager
[src]

[src]

Creates a new MemcacheConnectionManager.

See memcache::Connection::connect for a description of the parameter types.

Trait Implementations

impl Debug for MemcacheConnectionManager
[src]

[src]

Formats the value using the given formatter. Read more

impl ManageConnection for MemcacheConnectionManager
[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

Auto Trait Implementations