Enum wright::parser::ast::BinaryOperator [] [src]

pub enum BinaryOperator {
    Arithmetic(ArithmeticOperator),
    Logical(LogicalOperator),
    Relational(RelationalOperator),
}

Enum representing binary operators.

Variants

Trait Implementations

impl Copy for BinaryOperator
[src]

impl Clone for BinaryOperator
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for BinaryOperator
[src]

[src]

Formats the value using the given formatter.