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

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

Trait Implementations

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

[src]

Formats the value using the given formatter.

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

[src]

Returns a copy of the value. Read more

1.0.0
[src]

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]

[src]

[src]

[src]

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

[src]

[src]

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