Struct diesel::pg::PgTypeMetadata [−][src]
The OIDs for a SQL type
Fields
oid: u32
The OID of T
array_oid: u32
The OID of T[]
Trait Implementations
impl Debug for PgTypeMetadata
[src]
impl Debug for PgTypeMetadata
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Clone for PgTypeMetadata
[src]
impl Clone for PgTypeMetadata
fn clone(&self) -> PgTypeMetadata
[src]
fn clone(&self) -> PgTypeMetadata
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Copy for PgTypeMetadata
[src]
impl Copy for PgTypeMetadata
impl Hash for PgTypeMetadata
[src]
impl Hash for PgTypeMetadata
fn hash<__H: Hasher>(&self, state: &mut __H)
[src]
fn hash<__H: Hasher>(&self, state: &mut __H)
Feeds this value into the given [Hasher
]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0
[src]Feeds a slice of this type into the given [Hasher
]. Read more
impl PartialEq for PgTypeMetadata
[src]
impl PartialEq for PgTypeMetadata
fn eq(&self, other: &PgTypeMetadata) -> bool
[src]
fn eq(&self, other: &PgTypeMetadata) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &PgTypeMetadata) -> bool
[src]
fn ne(&self, other: &PgTypeMetadata) -> bool
This method tests for !=
.
impl Eq for PgTypeMetadata
[src]
impl Eq for PgTypeMetadata
impl Default for PgTypeMetadata
[src]
impl Default for PgTypeMetadata
fn default() -> PgTypeMetadata
[src]
fn default() -> PgTypeMetadata
Returns the "default value" for a type. Read more
impl Queryable<(Oid, Oid), Pg> for PgTypeMetadata
[src]
impl Queryable<(Oid, Oid), Pg> for PgTypeMetadata
Auto Trait Implementations
impl Send for PgTypeMetadata
impl Send for PgTypeMetadata
impl Sync for PgTypeMetadata
impl Sync for PgTypeMetadata