Struct diesel::pg::types::sql_types::Uuid [] [src]

pub struct Uuid;

The UUID SQL type. This type can only be used with feature = "uuid"

ToSql impls

FromSql impls

Trait Implementations

impl QueryId for Uuid
[src]

impl NotNull for Uuid
[src]

impl SingleValue for Uuid
[src]

impl Debug for Uuid
[src]

Formats the value using the given formatter.

impl Clone for Uuid
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Uuid
[src]

impl Default for Uuid
[src]

Returns the "default value" for a type. Read more