Enum darklua_core::nodes::TableEntry [−][src]
pub enum TableEntry {
Field(String, Expression),
Index(Expression, Expression),
Value(Expression),
}Variants
Field(String, Expression)Index(Expression, Expression)Value(Expression)Trait Implementations
impl Clone for TableEntry[src]
impl Clone for TableEntry[src]fn clone(&self) -> TableEntry[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Eq for TableEntry[src]
impl Eq for TableEntry[src]impl From<(String, Expression)> for TableEntry[src]
impl From<(String, Expression)> for TableEntry[src]impl PartialEq<TableEntry> for TableEntry[src]
impl PartialEq<TableEntry> for TableEntry[src]fn eq(&self, other: &TableEntry) -> bool[src]
fn ne(&self, other: &TableEntry) -> bool[src]
impl StructuralEq for TableEntry[src]
impl StructuralEq for TableEntry[src]impl StructuralPartialEq for TableEntry[src]
impl StructuralPartialEq for TableEntry[src]impl TableEntry<Expression> for TableEntry[src]
impl TableEntry<Expression> for TableEntry[src]fn from_value(value: Expression) -> Self[src]
fn from_field(field: String, value: Expression) -> Self[src]
fn from_index(key: Expression, value: Expression) -> Self[src]
Auto Trait Implementations
impl RefUnwindSafe for TableEntry
impl RefUnwindSafe for TableEntryimpl Send for TableEntry
impl Send for TableEntryimpl Sync for TableEntry
impl Sync for TableEntryimpl Unpin for TableEntry
impl Unpin for TableEntryimpl UnwindSafe for TableEntry
impl UnwindSafe for TableEntry