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