Enum wright::parser::ast::BinaryOperator
[−]
[src]
pub enum BinaryOperator {
Arithmetic(ArithmeticOperator),
Logical(LogicalOperator),
Relational(RelationalOperator),
}Enum representing binary operators.
Variants
Arithmetic(ArithmeticOperator)Logical(LogicalOperator)Relational(RelationalOperator)
Trait Implementations
impl Copy for BinaryOperator[src]
impl Clone for BinaryOperator[src]
fn clone(&self) -> BinaryOperator[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more