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

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

Trait Implementations

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

Formats the value using the given formatter.

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

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

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

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

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