Struct tokio_postgres::types::Field []

pub struct Field { /* fields omitted */ }

Information about a field of a composite type.

Methods

impl Field

Returns the name of the field.

Returns the type of the field.

Trait Implementations

impl PartialEq<Field> for Field

impl Eq for Field

impl Debug for Field

Formats the value using the given formatter.

impl Clone for Field