Enum darklua_core::nodes::BinaryOperator [−][src]
pub enum BinaryOperator {
Show 15 variants
And,
Or,
Equal,
NotEqual,
LowerThan,
LowerOrEqualThan,
GreaterThan,
GreaterOrEqualThan,
Plus,
Minus,
Asterisk,
Slash,
Percent,
Caret,
Concat,
}
Variants
And
Or
Equal
NotEqual
LowerThan
LowerOrEqualThan
GreaterThan
GreaterOrEqualThan
Plus
Minus
Asterisk
Slash
Percent
Caret
Concat
Implementations
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