Struct diesel::types::Timestamp [] [src]

pub struct Timestamp;

Trait Implementations

impl Add for Timestamp
[src]

type Rhs = Interval

type Output = Timestamp

impl Sub for Timestamp
[src]

type Rhs = Interval

type Output = Timestamp

impl SqlOrd for Timestamp
[src]

impl NotNull for Timestamp
[src]

impl Default for Timestamp
[src]

fn default() -> Timestamp

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

impl Copy for Timestamp
[src]

impl Clone for Timestamp
[src]

fn clone(&self) -> Timestamp

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