Struct tokio_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 Eq for Field
[src]

impl PartialEq<Field> for Field
[src]

impl Debug for Field
[src]

Formats the value using the given formatter.

impl Clone for Field
[src]