Struct postgres::types::Other
[−]
[src]
pub struct Other(_);
Information about an unknown type.
Methods
impl Other
[src]
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.
fn schema(&self) -> &str
The schema of this type.