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