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<'expr> AsExpression<Uuid> for &'expr Uuid
[src]

The expression being returned

[src]

Perform the conversion

impl<'expr2, 'expr> AsExpression<Uuid> for &'expr2 &'expr Uuid
[src]

The expression being returned

[src]

Perform the conversion

impl AsExpression<Uuid> for Uuid
[src]

The expression being returned

[src]

Perform the conversion

impl FromSql<Uuid, Pg> for Uuid
[src]

[src]

See the trait documentation.

impl ToSql<Uuid, Pg> for Uuid
[src]

[src]

See the trait documentation.

impl QueryId for Uuid
[src]

A type which uniquely represents Self in a SQL query. Read more

HAS_STATIC_QUERY_ID: bool = true

Can the SQL generated by Self be uniquely identified by its type? Read more

[src]

Returns the type id of Self::QueryId if Self::HAS_STATIC_QUERY_ID. Returns None otherwise. Read more

impl NotNull for Uuid
[src]

impl SingleValue for Uuid
[src]

impl HasSqlType<Uuid> for Pg
[src]

[src]

Fetch the metadata for the given type Read more

[src]

Fetch the metadata for a tuple representing an entire row Read more

impl Debug for Uuid
[src]

[src]

Formats the value using the given formatter. Read more

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

Auto Trait Implementations

impl Send for Uuid

impl Sync for Uuid