Struct diesel::pg::types::sql_types::Uuid [−][src]
pub struct Uuid;
Trait Implementations
impl QueryId for Uuid[src]
impl QueryId for Uuidtype 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 Uuidimpl SingleValue for Uuid[src]
impl SingleValue for Uuidimpl HasSqlType<Uuid> for Pg[src]
impl HasSqlType<Uuid> for Pgfn metadata(_: &PgMetadataLookup) -> PgTypeMetadata[src]
fn metadata(_: &PgMetadataLookup) -> PgTypeMetadataFetch the metadata for the given type Read more
impl Debug for Uuid[src]
impl Debug for Uuidfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for Uuid[src]
impl Clone for Uuidfn clone(&self) -> Uuid[src]
fn clone(&self) -> UuidReturns 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 Uuidimpl Default for Uuid[src]
impl Default for Uuid