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

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

Methods

impl<Expr> IsNull<Expr>
[src]

Trait Implementations

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

Formats the value using the given formatter.

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

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

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

impl<Expr, QS> AppearsOnTable<QS> for IsNull<Expr> where
    IsNull<Expr>: Expression,
    Expr: AppearsOnTable<QS>, 
[src]

impl<Expr> Expression for IsNull<Expr> where
    Expr: Expression
[src]

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

impl<Expr, DB> QueryFragment<DB> for IsNull<Expr> where
    Expr: QueryFragment<DB>,
    DB: Backend
[src]