Struct tokio_postgres::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 Eq for Other
[src]

impl PartialEq<Other> for Other
[src]

impl Debug for Other
[src]

Formats the value using the given formatter.

impl Clone for Other
[src]