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

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]

pub fn next(&mut self) -> Result<Vec<Row>>[src]

pub fn has_more(&self) -> bool[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

Blanket Implementations

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

impl<T> From for T[src]

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

impl<T, U> TryInto 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> Any for T where
    T: 'static + ?Sized
[src]