Struct postgres::types::Other [] [src]

pub struct Other {
    // some fields omitted
}

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.

Trait Implementations

impl Debug for Other
[src]

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

Formats the value using the given formatter.

impl Clone for Other
[src]

fn clone(&self) -> Other

Returns a copy of the value. Read more

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

Performs copy-assignment from source. Read more

impl Eq for Other
[src]

impl PartialEq for Other
[src]

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

This method tests for self and other values to be equal, and is used by ==. Read more

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

This method tests for !=.