Thanks to visit codestin.com
Credit goes to docs.rs

Struct postgres::types::Field [] [src]

pub struct Field { /* fields omitted */ }

Information about a field of a composite type.

Methods

impl Field
[src]

Returns the name of the field.

Returns the type of the field.

Trait Implementations

impl Clone for Field
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for Field
[src]

impl PartialEq<Field> for Field
[src]

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

This method tests for !=.

impl Debug for Field
[src]

Formats the value using the given formatter.