Struct diesel::pg::PgTypeMetadata [−][src]
Expand description
The OIDs for a SQL type
Fields
oid: u32
The OID of T
array_oid: u32
The OID of T[]
Trait Implementations
Returns the “default value” for a type. Read more
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for PgTypeMetadata
impl Send for PgTypeMetadata
impl Sync for PgTypeMetadata
impl Unpin for PgTypeMetadata
impl UnwindSafe for PgTypeMetadata
Blanket Implementations
Mutably borrows from an owned value. Read more
Convert self
to an expression for Diesel’s query builder. Read more