Enum espr::ast::BinaryOperator [−][src]
pub enum BinaryOperator {
Mul,
RealDiv,
IntegerDiv,
Mod,
And,
ComplexEntityInstanceConstruction,
Add,
Sub,
Or,
Xor,
Power,
}
Expand description
Binary operators parsed by add_like_op, multiplication_like_op, and power_op
Variants
*
/
DIV
MOD
AND
||
, Complex entity instance construction operator (12.10)
+
-
OR
XOR
**
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for BinaryOperator
impl Send for BinaryOperator
impl Sync for BinaryOperator
impl Unpin for BinaryOperator
impl UnwindSafe for BinaryOperator
Blanket Implementations
Mutably borrows from an owned value. Read more