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