Struct postgres_shared::types::Other [] [src]

pub struct Other(_);

Information about an unknown type.

Methods

impl Other
[src]

[]

The name of the type.

[]

The OID of this type.

[]

The kind of this type.

[]

The schema of this type.

Trait Implementations

impl PartialEq for Other
[src]

[]

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

[]

This method tests for !=.

impl Eq for Other
[src]

impl Clone for Other
[src]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more

impl Debug for Other
[src]

[]

Formats the value using the given formatter.