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