Struct diesel::pg::types::sql_types::Uuid
uuid, postgres
[] [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]

[src]

[src]

impl NotNull for Uuid
[src]

impl Debug for Uuid
[src]

[src]

Formats the value using the given formatter.

impl Clone for Uuid
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Uuid
[src]

impl Default for Uuid
[src]

[src]

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