Enum darklua_core::nodes::Variable [−][src]
pub enum Variable {
Identifier(Identifier),
Field(Box<FieldExpression>),
Index(Box<IndexExpression>),
}
Variants
Identifier(Identifier)
Tuple Fields
0: Identifier
Field(Box<FieldExpression>)
Tuple Fields
0: Box<FieldExpression>
Index(Box<IndexExpression>)
Tuple Fields
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