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