Enum darklua_core::nodes::Variable [−][src]
pub enum Variable {
Identifier(Identifier),
Field(Box<FieldExpression>),
Index(Box<IndexExpression>),
}
Variants
Identifier(Identifier)
Tuple Fields of Identifier
0: Identifier
Field(Box<FieldExpression>)
Tuple Fields of Field
0: Box<FieldExpression>
Index(Box<IndexExpression>)
Tuple Fields of Index
0: Box<IndexExpression>
Implementations
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for Variable
impl UnwindSafe for Variable
Blanket Implementations
Mutably borrows from an owned value. Read more