Struct deuterium::InequalityPredicate [] [src]

pub struct InequalityPredicate<F, T> { /* fields omitted */ }

Methods

impl<F, T> InequalityPredicate<F, T>
[src]

[src]

[src]

[src]

Trait Implementations

impl<F: Clone, T: Clone> Clone for InequalityPredicate<F, T>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<F: Debug, T: Debug> Debug for InequalityPredicate<F, T>
[src]

[src]

Formats the value using the given formatter. Read more

impl<F, T> Predicate for InequalityPredicate<F, T> where
    F: ToPredicateValue,
    T: ToPredicateValue
[src]

impl<F: ToPredicateValue, T: ToPredicateValue> PredicateToSql for InequalityPredicate<F, T>
[src]

[src]

Auto Trait Implementations

impl<F, T> Send for InequalityPredicate<F, T> where
    F: Send,
    T: Send

impl<F, T> Sync for InequalityPredicate<F, T> where
    F: Sync,
    T: Sync