Struct cdrs::cluster::SessionPager[][src]

pub struct SessionPager<'a, M: ManageConnection<Connection = RefCell<T>, Error = Error> + Sized, S: CDRSSession<'static, T, M> + 'a, T: CDRSTransport + 'static> { /* fields omitted */ }

Methods

impl<'a, 'b: 'a, M: ManageConnection<Connection = RefCell<T>, Error = Error> + Sized, S: CDRSSession<'static, T, M>, T: CDRSTransport + 'static> SessionPager<'a, M, S, T>
[src]

Auto Trait Implementations

impl<'a, M, S, T> Send for SessionPager<'a, M, S, T> where
    S: Sync

impl<'a, M, S, T> Sync for SessionPager<'a, M, S, T> where
    S: Sync