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

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

The OIDs for a SQL type

Fields

[]

The OID of T

[]

The OID of T[]

Trait Implementations

impl Debug for PgTypeMetadata
[src]
[+]

[]

Formats the value using the given formatter. Read more

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]
[+]

The Rust type you'd like to map from. Read more

[]

Construct an instance of this type

Auto Trait Implementations

impl Send for PgTypeMetadata

impl Sync for PgTypeMetadata