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