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