Struct diesel::expression::helper_types::IsNull   
                   
                       [−]
                   
               [src]
pub struct IsNull<T> { /* fields omitted */ }Methods
impl<T> IsNull<T>[src]
fn new(expr: T) -> Self
Trait Implementations
impl<T: Copy> Copy for IsNull<T>[src]
impl<T: Clone> Clone for IsNull<T>[src]
fn clone(&self) -> IsNull<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 IsNull<T>[src]
impl<T> QueryId for IsNull<T> where T: QueryId[src]
impl<T> Expression for IsNull<T> where T: Expression[src]
impl<T, DB> QueryFragment<DB> for IsNull<T> where DB: Backend,
        T: QueryFragment<DB>[src]
T: QueryFragment<DB>