Struct diesel::expression::dsl::Sum [] [src]

pub struct Sum<T> { /* fields omitted */ }

Trait Implementations

impl<T: Debug> Debug for Sum<T>
[src]

Formats the value using the given formatter.

impl<T: Clone> Clone for Sum<T>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<T: Copy> Copy for Sum<T>
[src]

impl<ST, T> Expression for Sum<T> where
    ST: Foldable,
    T: Expression<SqlType = ST>, 
[src]

impl<T, DB> QueryFragment<DB> for Sum<T> where
    T: Expression + QueryFragment<DB>,
    DB: Backend + HasSqlType<T::SqlType>, 
[src]

impl<T> QueryId for Sum<T> where
    T: QueryId
[src]

impl<T, QS> SelectableExpression<QS> for Sum<T> where
    Sum<T>: AppearsOnTable<QS>,
    T: SelectableExpression<QS>, 
[src]

impl<T, QS> AppearsOnTable<QS> for Sum<T> where
    Sum<T>: Expression,
    T: AppearsOnTable<QS>, 
[src]