Struct cdrs::cluster::QueryPager[][src]

pub struct QueryPager<'a, Q: ToString, P: 'a> { /* fields omitted */ }

Methods

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

Auto Trait Implementations

impl<'a, Q, P> Send for QueryPager<'a, Q, P> where
    P: Send,
    Q: Send

impl<'a, Q, P> Sync for QueryPager<'a, Q, P> where
    P: Sync,
    Q: Sync