Struct deuterium::IsNullPredicate [] [src]

pub struct IsNullPredicate<F> { /* fields omitted */ }

Methods

impl<F> IsNullPredicate<F>
[src]

[src]

[src]

Trait Implementations

impl<F: Clone> Clone for IsNullPredicate<F>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<F: Debug> Debug for IsNullPredicate<F>
[src]

[src]

Formats the value using the given formatter. Read more

impl<F> Predicate for IsNullPredicate<F> where
    F: ToPredicateValue
[src]

impl<F: ToPredicateValue> PredicateToSql for IsNullPredicate<F>
[src]

[src]

Auto Trait Implementations

impl<F> Send for IsNullPredicate<F> where
    F: Send

impl<F> Sync for IsNullPredicate<F> where
    F: Sync