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>
[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: Expression, QS> SelectableExpression<QS> for Max<T>
[src]