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