[][src]Struct mobc_redis::RedisConnectionManager

pub struct RedisConnectionManager<T> where
    T: Executor
{ /* fields omitted */ }

Methods

impl RedisConnectionManager<DefaultExecutor>[src]

pub fn new(client: Client) -> Self[src]

impl<T> RedisConnectionManager<T> where
    T: Executor
[src]

pub fn new_with_executor(client: Client, executor: T) -> Self[src]

Trait Implementations

impl<T> ConnectionManager for RedisConnectionManager<T> where
    T: Executor
[src]

type Connection = Connection

The connection type this manager deals with.

type Error = RedisError

The error type returned by Connections.

type Executor = T

The executor type this manager bases.

Auto Trait Implementations

impl<T> Send for RedisConnectionManager<T>

impl<T> Sync for RedisConnectionManager<T>

impl<T> Unpin for RedisConnectionManager<T> where
    T: Unpin

impl<T> UnwindSafe for RedisConnectionManager<T> where
    T: UnwindSafe

impl<T> RefUnwindSafe for RedisConnectionManager<T> where
    T: RefUnwindSafe

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = !

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]