Struct postgres::types::Field
[−]
[src]
pub struct Field {
// some fields omitted
}Information about a field of a composite type.
Methods
impl Field[src]
fn name(&self) -> &str
Returns the name of the field.
fn type_(&self) -> &Type
Returns the type of the field.