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]