Enum inquerest::Equality [] [src]

pub enum Equality {
    EQ,
    NEQ,
    LT,
    LTE,
    GT,
    GTE,
    IN,
    NOT_IN,
    IS,
    IS_NOT,
    LIKE,
}

Variants

EQNEQLTLTEGTGTEINNOT_INISIS_NOTLIKE

Trait Implementations

impl Debug for Equality
[src]

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

Formats the value using the given formatter.

impl PartialEq for Equality
[src]

fn eq(&self, __arg_0: &Equality) -> bool

This method tests for self and other values to be equal, and is used by ==. Read more

fn ne(&self, other: &Rhs) -> bool
1.0.0

This method tests for !=.