Struct diesel::types::Time [] [src]

pub struct Time;

The time SQL type.

This type is currently only implemented for PostgreSQL.

ToSql impls

FromSql impls

Trait Implementations

impl SqlOrd for Time
[src]

impl QueryId for Time
[src]

[src]

[src]

impl NotNull for Time
[src]

impl Debug for Time
[src]

[src]

Formats the value using the given formatter.

impl Clone for Time
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Time
[src]

impl Default for Time
[src]

[src]

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