Struct darklua_core::nodes::IfBranchTokens [−][src]
Fields
elseif: Token
then: 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 IfBranchTokens
impl Send for IfBranchTokens
impl Sync for IfBranchTokens
impl Unpin for IfBranchTokens
impl UnwindSafe for IfBranchTokens
Blanket Implementations
Mutably borrows from an owned value. Read more