Struct tokio_postgres::types::Other []

pub struct Other(_);

Information about an unknown type.

Methods

impl Other

The name of the type.

The OID of this type.

The kind of this type.

The schema of this type.

Trait Implementations

impl PartialEq<Other> for Other

impl Eq for Other

impl Debug for Other

Formats the value using the given formatter.

impl Clone for Other