Struct darklua_core::nodes::BinaryExpression [−][src]
pub struct BinaryExpression { /* fields omitted */ }
Implementations
pub fn new<T: Into<Expression>, U: Into<Expression>>(
operator: BinaryOperator,
left: T,
right: U
) -> Self
Trait Implementations
Performs the conversion.
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for BinaryExpression
impl Send for BinaryExpression
impl Sync for BinaryExpression
impl Unpin for BinaryExpression
impl UnwindSafe for BinaryExpression
Blanket Implementations
Mutably borrows from an owned value. Read more