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

pub struct Date;

Trait Implementations

impl Add for Date
[src]

type Rhs = Interval

type Output = Timestamp

impl Sub for Date
[src]

type Rhs = Interval

type Output = Timestamp

impl SqlOrd for Date
[src]

impl QueryId for Date
[src]

type QueryId = Self

fn has_static_query_id() -> bool

fn query_id() -> Option<TypeId>

impl NotNull for Date
[src]

impl Default for Date
[src]

fn default() -> Date

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

impl Copy for Date
[src]

impl Clone for Date
[src]

fn clone(&self) -> Date

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Debug for Date
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.