[][src]Struct odbc_iter::Column

pub struct Column<'r, 's, 'c, S> { /* fields omitted */ }

Represents SQL table column which can be converted to Rust native type.

Methods

impl<'r, 's, 'c, S> Column<'r, 's, 'c, S>[src]

Auto Trait Implementations

impl<'r, 's, 'c, S> !Sync for Column<'r, 's, 'c, S>

impl<'r, 's, 'c, S> !Send for Column<'r, 's, 'c, S>

impl<'r, 's, 'c, S> Unpin for Column<'r, 's, 'c, S> where
    'c: 'r,
    's: 'r, 

impl<'r, 's, 'c, S> RefUnwindSafe for Column<'r, 's, 'c, S> where
    S: RefUnwindSafe

impl<'r, 's, 'c, S> !UnwindSafe for Column<'r, 's, 'c, S>

Blanket Implementations

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

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

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

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

impl<E, C> WrapContext<C> for E[src]

type ContextError = ErrorContext<E, C>

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