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 of Call
0: FunctionCall
Field(Box<FieldExpression>)
Tuple Fields of Field
0: Box<FieldExpression>
Identifier(Identifier)
Tuple Fields of Identifier
0: Identifier
Index(Box<IndexExpression>)
Tuple Fields of Index
0: Box<IndexExpression>
Parenthese(ParentheseExpression)
Tuple Fields of Parenthese
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