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

pub struct Timestamp;

Trait Implementations

impl Add for Timestamp

type Rhs = Interval

type Output = Timestamp

impl Sub for Timestamp

type Rhs = Interval

type Output = Timestamp

impl SqlOrd for Timestamp

Derived Implementations

impl Default for Timestamp

fn default() -> Timestamp

impl Copy for Timestamp

impl Clone for Timestamp

fn clone(&self) -> Timestamp

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