Enum sql_lexer::ComparisonOperator [] [src]

pub enum ComparisonOperator {
    Equal,
    Equal2,
    NullSafeEqual,
    GreaterThanOrEqual,
    LessThanOrEqual,
    EqualOrGreaterThan,
    EqualOrLessThan,
    EqualWithArrows,
    NotEqual,
    GreaterThan,
    LessThan,
}

Variants

Trait Implementations

impl Debug for ComparisonOperator
[src]

Formats the value using the given formatter.

impl PartialEq for ComparisonOperator
[src]

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

This method tests for !=.