Struct postgres::stmt::Column [] [src]

pub struct Column {
    // some fields omitted
}

Information about a column of the result of a query.

Methods

impl Column
[src]

fn name(&self) -> &str

The name of the column.

fn type_(&self) -> &Type

The type of the data in the column.

Trait Implementations

Derived Implementations

impl Debug for Column
[src]

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

impl Clone for Column
[src]

fn clone(&self) -> Column

fn clone_from(&mut self, source: &Self)
1.0.0

impl Eq for Column
[src]

impl PartialEq for Column
[src]

fn eq(&self, __arg_0: &Column) -> bool

fn ne(&self, __arg_0: &Column) -> bool