Enum sql_lexer::ArithmeticOperator [] [src]

pub enum ArithmeticOperator {
    Multiply,
    Divide,
    Modulo,
    Plus,
    Minus,
}

Variants

Trait Implementations

impl Debug for ArithmeticOperator
[src]

Formats the value using the given formatter.

impl PartialEq for ArithmeticOperator
[src]

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

This method tests for !=.