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.

Trait Implementations

Derived Implementations

impl Debug for Other

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Clone for Other

fn clone(&self) -> Other

fn clone_from(&mut self, source: &Self)

impl Eq for Other

impl PartialEq for Other

fn eq(&self, __arg_0: &Other) -> bool

fn ne(&self, __arg_0: &Other) -> bool