Struct darklua_core::nodes::CompoundAssignStatement [−][src]
pub struct CompoundAssignStatement { /* fields omitted */ }
Implementations
pub fn new<V: Into<Variable>, E: Into<Expression>>(
operator: CompoundOperator,
variable: V,
value: E
) -> 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 CompoundAssignStatement
impl Send for CompoundAssignStatement
impl Sync for CompoundAssignStatement
impl Unpin for CompoundAssignStatement
impl UnwindSafe for CompoundAssignStatement
Blanket Implementations
Mutably borrows from an owned value. Read more