Struct diesel::expression::dsl::Max   
                   
                       [−]
                   
               [src]
pub struct Max<T> { /* fields omitted */ }Trait Implementations
impl<T: Copy> Copy for Max<T>[src]
impl<T: Clone> Clone for Max<T>[src]
fn clone(&self) -> Max<T>
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl<T: Debug> Debug 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]
DB: Backend + HasSqlType<T::SqlType>
fn to_sql(&self, out: &mut DB::QueryBuilder) -> BuildQueryResult
fn collect_binds(&self, out: &mut DB::BindCollector) -> QueryResult<()>
fn is_safe_to_cache_prepared(&self) -> bool
impl<T> QueryId for Max<T> where T: QueryId[src]
impl<T, QS> SelectableExpression<QS> for Max<T> where Max<T>: Expression,
        T: SelectableExpression<QS>[src]
T: SelectableExpression<QS>