Struct google_cloud_spanner::reader::RowIterator [−][src]
pub struct RowIterator<'a> { /* fields omitted */ }Trait Implementations
next returns the next result. Its second return value is None if there are no more results.
Auto Trait Implementations
impl<'a> !RefUnwindSafe for RowIterator<'a>
impl<'a> Send for RowIterator<'a>
impl<'a> !Sync for RowIterator<'a>
impl<'a> Unpin for RowIterator<'a>
impl<'a> !UnwindSafe for RowIterator<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more
Wrap the input message T in a tonic::Request
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more