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

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

Methods

impl<T> IsNull<T>
[src]

Trait Implementations

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

Formats the value using the given formatter.

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

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

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

impl<T, QS> AppearsOnTable<QS> for IsNull<T> where
    IsNull<T>: Expression,
    T: AppearsOnTable<QS>, 
[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]

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