Enum darklua_core::nodes::TableEntry [−][src]
pub enum TableEntry {
Field(String, Expression),
Index(Expression, Expression),
Value(Expression),
}
Variants
Field(String, Expression)
Tuple Fields of Field
0: String
1: Expression
Index(Expression, Expression)
Tuple Fields of Index
0: Expression
1: Expression
Value(Expression)
Tuple Fields of Value
0: Expression
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 TableEntry
impl Send for TableEntry
impl Sync for TableEntry
impl Unpin for TableEntry
impl UnwindSafe for TableEntry
Blanket Implementations
Mutably borrows from an owned value. Read more