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

pub struct Column { /* fields omitted */ }

Information about a column of the result of a query.

Methods

impl Column
[src]

The name of the column.

The type of the data in the column.

Trait Implementations

impl PartialEq for Column
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for Column
[src]

impl Clone for Column
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Column
[src]

Formats the value using the given formatter.