[−][src]Trait diesel::sql_types::Foldable
Represents SQL types which can be used with SUM
and AVG
Associated Types
Loading content...Implementors
impl Foldable for Unsigned<BigInt>
[src]
impl Foldable for Unsigned<Integer>
[src]
impl Foldable for Unsigned<SmallInt>
[src]
impl Foldable for BigInt
[src]
impl Foldable for Double
[src]
impl Foldable for Float
[src]
impl Foldable for Integer
[src]
impl Foldable for Interval
[src]
impl Foldable for Numeric
[src]
impl Foldable for SmallInt
[src]
impl<T> Foldable for Nullable<T> where
T: Foldable + NotNull,
[src]
T: Foldable + NotNull,