Struct diesel::types::Interval [] [src]

pub struct Interval;

The interval SQL type.

This type is currently only implemented for PostgreSQL.

ToSql impls

FromSql impls

Trait Implementations

impl SqlOrd for Interval
[src]

impl Foldable for Interval
[src]

impl Debug for Interval
[src]

[src]

Formats the value using the given formatter.

impl Clone for Interval
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Interval
[src]

impl Default for Interval
[src]

[src]

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

impl QueryId for Interval
[src]

[src]

[src]

impl NotNull for Interval
[src]