Struct diesel::pg::PgTypeMetadata [] [src]

pub struct PgTypeMetadata {
    pub oid: u32,
    pub array_oid: u32,
}

Fields

Trait Implementations

impl Debug for PgTypeMetadata
[src]

Formats the value using the given formatter.

impl Clone for PgTypeMetadata
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for PgTypeMetadata
[src]

impl Hash for PgTypeMetadata
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl PartialEq for PgTypeMetadata
[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 PgTypeMetadata
[src]

impl Default for PgTypeMetadata
[src]

Returns the "default value" for a type. Read more

impl Queryable<(Oid, Oid), Pg> for PgTypeMetadata
[src]