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

pub struct IsNull<T> {
    // some 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]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

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

type SqlType = Bool

fn to_sql(&self, out: &mut QueryBuilder) -> BuildQueryResult

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

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