Trait diesel::types::ops::Add
[−]
[src]
pub trait Add {
type Rhs;
type Output;
}
Associated Types
Implementors
impl Add for SmallInt type Rhs = SmallInt; type Output = SmallInt;impl Add for Integer type Rhs = Integer; type Output = Integer;impl Add for BigInt type Rhs = BigInt; type Output = BigInt;impl Add for Float type Rhs = Float; type Output = Float;impl Add for Double type Rhs = Double; type Output = Double;impl Add for Numeric type Rhs = Numeric; type Output = Numeric;impl Add for Timestamp type Rhs = Interval; type Output = Timestamp;impl Add for Date type Rhs = Interval; type Output = Timestamp;