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 NativeSqlType for Date
[src]

fn oid(&self) -> u32

fn array_oid(&self) -> u32

fn new() -> Self

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