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