Struct diesel::expression::helper_types::Desc
[−]
[src]
pub struct Desc<T> { /* 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]
impl<T> QueryId for Desc<T> where T: QueryId
[src]
impl<T> Expression for Desc<T> where T: Expression
[src]
impl<T, DB> QueryFragment<DB> for Desc<T> where DB: Backend,
T: QueryFragment<DB>
[src]
T: QueryFragment<DB>