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