Struct diesel::types::Interval  
                   
                       [−]
                   
               [src]
pub struct Interval;
The interval SQL type.
This type is currently only implemented for PostgreSQL.
ToSql impls
PgIntervalwhich can be constructed using the interval DSLs
FromSql impls
PgIntervalwhich can be constructed using the interval DSLs
Trait Implementations
impl SqlOrd for Interval[src]
impl Foldable for Interval[src]
impl Default for Interval[src]
impl Copy for Interval[src]
impl Clone for Interval[src]
fn clone(&self) -> Interval
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