Struct diesel::expression::helper_types::Desc [] [src]

pub struct Desc<T> {
    // some fields omitted
}

Methods

impl<T> Desc<T>
[src]

fn new(expr: T) -> Self

Trait Implementations

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

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

fn clone(&self) -> Desc<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 Desc<T>
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl<T> Expression for Desc<T> where T: Expression
[src]

type SqlType = ()

impl<T, DB> QueryFragment<DB> for Desc<T> where DB: Backend, T: QueryFragment<DB>
[src]

fn to_sql(&self, out: &mut DB::QueryBuilder) -> BuildQueryResult

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

impl<T> NonAggregate for Desc<T> where T: NonAggregate
[src]