Struct postgres::types::Other
[−]
[src]
pub struct Other { // some fields omitted }
Information about an unknown type.
Methods
impl Other
fn name(&self) -> &str
The name of the type.
fn oid(&self) -> Oid
The OID of this type.
fn kind(&self) -> &Kind
The kind of this type.