Struct diesel::pg::types::sql_types::Uuid [−][src]
pub struct Uuid;
Expand description
Trait Implementations
type Expression = Bound<Uuid, Self>
type Expression = Bound<Uuid, Self>
The expression being returned
Perform the conversion
type Expression = Bound<Uuid, Self>
type Expression = Bound<Uuid, Self>
The expression being returned
Perform the conversion
type Expression = Bound<Uuid, Self>
type Expression = Bound<Uuid, Self>
The expression being returned
Perform the conversion
type Expression = Bound<Uuid, Self>
type Expression = Bound<Uuid, Self>
The expression being returned
Perform the conversion
type Expression = Bound<Uuid, Self>
type Expression = Bound<Uuid, Self>
The expression being returned
Perform the conversion
type Expression = Bound<Uuid, Self>
type Expression = Bound<Uuid, Self>
The expression being returned
Perform the conversion
Fetch the metadata for the given type Read more
Can the SQL generated by Self
be uniquely identified by its type? Read more
Auto Trait Implementations
impl RefUnwindSafe for Uuid
impl UnwindSafe for Uuid
Blanket Implementations
Mutably borrows from an owned value. Read more
Convert self
to an expression for Diesel’s query builder. Read more