Struct diesel::pg::types::sql_types::Uuid [−][src]
pub struct Uuid;
Trait Implementations
impl QueryId for Uuid
[src]
impl QueryId for Uuid
type QueryId = Uuid
A type which uniquely represents Self
in a SQL query. Read more
const HAS_STATIC_QUERY_ID: bool
HAS_STATIC_QUERY_ID: bool = true
Can the SQL generated by Self
be uniquely identified by its type? Read more
fn query_id() -> Option<TypeId>
[src]
fn query_id() -> Option<TypeId>
Returns the type id of Self::QueryId
if Self::HAS_STATIC_QUERY_ID
. Returns None
otherwise. Read more
impl NotNull for Uuid
[src]
impl NotNull for Uuid
impl SingleValue for Uuid
[src]
impl SingleValue for Uuid
impl HasSqlType<Uuid> for Pg
[src]
impl HasSqlType<Uuid> for Pg
fn metadata(_: &PgMetadataLookup) -> PgTypeMetadata
[src]
fn metadata(_: &PgMetadataLookup) -> PgTypeMetadata
Fetch the metadata for the given type Read more
impl Debug for Uuid
[src]
impl Debug for Uuid
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 Uuid
[src]
impl Clone for Uuid
fn clone(&self) -> Uuid
[src]
fn clone(&self) -> Uuid
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 Uuid
[src]
impl Copy for Uuid
impl Default for Uuid
[src]
impl Default for Uuid