Struct diesel::types::Date [] [src]

pub struct Date;

The date SQL type.

This type is currently only implemented for PostgreSQL.

ToSql impls

FromSql impls

Trait Implementations

impl Add for Date
[src]

impl Sub for Date
[src]

impl SqlOrd for Date
[src]

impl QueryId for Date
[src]

[src]

[src]

impl NotNull for Date
[src]

impl Debug for Date
[src]

[src]

Formats the value using the given formatter.

impl Clone for Date
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Date
[src]

impl Default for Date
[src]

[src]

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