pub struct QueryTableIter { /* private fields */ }Expand description
Allows for multiple iterators over the result
Implementations§
Source§impl<'a> QueryTableIter
impl<'a> QueryTableIter
Sourcepub fn result(
&'a self,
) -> impl FallibleIterator<Item = FluxRecord, Error = RequestError> + 'a
pub fn result( &'a self, ) -> impl FallibleIterator<Item = FluxRecord, Error = RequestError> + 'a
Get the iterator
Trait Implementations§
Source§impl Clone for QueryTableIter
impl Clone for QueryTableIter
Source§fn clone(&self) -> QueryTableIter
fn clone(&self) -> QueryTableIter
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for QueryTableIter
impl RefUnwindSafe for QueryTableIter
impl Send for QueryTableIter
impl Sync for QueryTableIter
impl Unpin for QueryTableIter
impl UnwindSafe for QueryTableIter
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more