Struct tiberius::Row [] [src]

pub struct Row<'a> {
    // some fields omitted
}

A result row of a resultset of a query

Methods

impl<'a> Row<'a>
[src]

fn get<I: RowIndex + Debug, T>(&'a self, idx: I) -> T where Option<T>: From<&'a ColumnValue<'a>>

Trait Implementations

impl<'a> Debug for Row<'a>
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.