Struct darklua_core::nodes::CompoundAssignTokens [−][src]
pub struct CompoundAssignTokens {
pub operator: Token,
}
Fields
operator: Token
Trait Implementations
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 CompoundAssignTokens
impl Send for CompoundAssignTokens
impl Sync for CompoundAssignTokens
impl Unpin for CompoundAssignTokens
impl UnwindSafe for CompoundAssignTokens
Blanket Implementations
Mutably borrows from an owned value. Read more