Struct postgres_shared::stmt::Column[][src]

pub struct Column { /* fields omitted */ }

Information about a column of a Postgres query.

Methods

impl Column
[src]

Returns the name of the column.

Returns the type of the column.

Trait Implementations

impl Debug for Column
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Column

impl Sync for Column