[][src]Struct amadeus::prelude::postgres::_internal::rows::LazyRows

pub struct LazyRows<'trans, 'stmt> where
    'trans: 'trans,
    'stmt: 'stmt, 
{ /* fields omitted */ }

A lazily-loaded iterator over the resulting rows of a query.

Methods

impl<'trans, 'stmt> LazyRows<'trans, 'stmt>[src]

Important traits for &'_ mut [u8]
pub fn columns(&self) -> &[Column][src]

Returns a slice describing the columns of the LazyRows.

pub fn finish(self) -> Result<(), Error>[src]

Consumes the LazyRows, cleaning up associated state.

Functionally identical to the Drop implementation on LazyRows except that it returns any error to the caller.

Trait Implementations

impl<'trans, 'stmt> FallibleIterator for LazyRows<'trans, 'stmt>[src]

type Item = Row<'stmt>

The type being iterated over.

type Error = Error

The error type.

impl<'a, 'b> Debug for LazyRows<'a, 'b>[src]

impl<'a, 'b> Drop for LazyRows<'a, 'b>[src]

Auto Trait Implementations

impl<'trans, 'stmt> !Send for LazyRows<'trans, 'stmt>

impl<'trans, 'stmt> !Sync for LazyRows<'trans, 'stmt>

impl<'trans, 'stmt> Unpin for LazyRows<'trans, 'stmt>

impl<'trans, 'stmt> !UnwindSafe for LazyRows<'trans, 'stmt>

impl<'trans, 'stmt> !RefUnwindSafe for LazyRows<'trans, 'stmt>

Blanket Implementations

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

impl<T> From<T> for T[src]

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<I> IntoFallibleIterator for I where
    I: FallibleIterator
[src]

type Item = <I as FallibleIterator>::Item

The elements of the iterator.

type Error = <I as FallibleIterator>::Error

The error value of the iterator.

type IntoIter = I

The iterator.

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<A, B> Downcast<A> for B where
    A: DowncastImpl<B>, 
[src]

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 

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

impl<T> FromCast<T> for T

impl<T, U> Cast<U> for T where
    U: FromCast<T>, 

impl<T> FromBits<T> for T

impl<T, U> IntoBits<U> for T where
    U: FromBits<T>, 

impl<T> Type for T[src]

type Meta = Concrete

Type of metadata for type.

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

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 

type Err = <U as TryFrom<T>>::Err