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

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

Trait Implementations

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

Formats the value using the given formatter.

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

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

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

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

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

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