Enum sql_lexer::Operator [] [src]

pub enum Operator {
    Arithmetic(ArithmeticOperator),
    Logical(LogicalOperator),
    Comparison(ComparisonOperator),
    Bitwise(BitwiseOperator),
}

Variants

Trait Implementations

impl Debug for Operator
[src]

Formats the value using the given formatter.

impl PartialEq for Operator
[src]

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

This method tests for !=.