Struct tokio_postgres::types::Type [] [src]

pub struct Type(_);

A Postgres type.

Methods

impl Type
[src]

[src]

Returns the Type corresponding to the provided Oid if it corresponds to a built-in type.

[src]

Returns the OID of the Type.

[src]

Returns the kind of this type.

[src]

Returns the schema of this type.

[src]

Returns the name of this type.

Trait Implementations

impl Clone for Type
[src]

[src]

impl Eq for Type
[src]

impl PartialEq<Type> for Type
[src]

[src]

[src]

impl Debug for Type
[src]

[src]

Formats the value using the given formatter.

impl Display for Type
[src]

[src]