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