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