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

pub struct Date;

Trait Implementations

impl Add for Date

type Rhs = Interval

type Output = Timestamp

impl Sub for Date

type Rhs = Interval

type Output = Timestamp

impl SqlOrd for Date

Derived Implementations

impl Default for Date

fn default() -> Date

impl Copy for Date

impl Clone for Date

fn clone(&self) -> Date

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