Enum darklua_core::nodes::TableEntry [−][src]
pub enum TableEntry {
Field(TableFieldEntry),
Index(TableIndexEntry),
Value(Expression),
}
Variants
Field(TableFieldEntry)
Tuple Fields of Field
Index(TableIndexEntry)
Tuple Fields of Index
Value(Expression)
Tuple Fields of Value
0: Expression
Trait Implementations
Performs the conversion.
Performs the conversion.
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