Struct diesel::types::Interval [] [src]

pub struct Interval;

Trait Implementations

impl SqlOrd for Interval
[src]

impl Foldable for Interval
[src]

type Sum = Interval

type Avg = Interval

impl Default for Interval
[src]

fn default() -> Interval

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

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

impl Debug for Interval
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl QueryId for Interval
[src]

type QueryId = Self

fn has_static_query_id() -> bool

fn query_id() -> Option<TypeId>

impl NotNull for Interval
[src]