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

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

Trait Implementations

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

Formats the value using the given formatter.

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl<T: Expression> Expression for Max<T> where
    T::SqlType: IntoNullable
[src]

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

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

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

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