[−][src]Trait diesel::sql_types::ops::Mul
Represents SQL types which can be multiplied.
Associated Types
type Rhs
The SQL type which this can be multiplied by
type Output
The SQL type of the result of multiplying Self
by Rhs
Implementors
impl Mul for BigInt
[src]
impl Mul for Double
[src]
impl Mul for Float
[src]
impl Mul for Integer
[src]
impl Mul for Interval
[src]
impl Mul for Numeric
[src]
impl Mul for SmallInt
[src]
impl<T> Mul for Nullable<T> where
T: Mul + NotNull,
T::Rhs: NotNull,
T::Output: NotNull,
[src]
T: Mul + NotNull,
T::Rhs: NotNull,
T::Output: NotNull,