[−][src]Trait diesel::sql_types::ops::Add
Represents SQL types which can be added.
Associated Types
type Rhs
The SQL type which can be added to this one
type Output
The SQL type of the result of adding Rhs
to Self
Implementors
impl Add for BigInt
[src]
impl Add for Date
[src]
impl Add for Double
[src]
impl Add for Float
[src]
impl Add for Integer
[src]
impl Add for Interval
[src]
impl Add for Numeric
[src]
impl Add for SmallInt
[src]
impl Add for Time
[src]
impl Add for Timestamp
[src]
impl<T> Add for Nullable<T> where
T: Add + NotNull,
T::Rhs: NotNull,
T::Output: NotNull,
[src]
T: Add + NotNull,
T::Rhs: NotNull,
T::Output: NotNull,