pub struct FastParserNodes;
Trait Implementations§
Source§impl NodeTypes for FastParserNodes
impl NodeTypes for FastParserNodes
type Block = Block
type Statement = Statement
type LastStatement = LastStatement
type AssignStatement = AssignStatement
type DoStatement = DoStatement
type CallStatement = FunctionCall
type FunctionStatement = FunctionStatement
type GenericForStatement = GenericForStatement
type IfStatement = IfStatement
type LocalAssignStatement = LocalAssignStatement
type LocalFunctionStatement = LocalFunctionStatement
type NumericForStatement = NumericForStatement
type RepeatStatement = RepeatStatement
type WhileStatement = WhileStatement
type Expression = Expression
type Arguments = Arguments
type Prefix = Prefix
type Variable = Variable
type FieldExpression = FieldExpression
type IndexExpression = IndexExpression
type BinaryOperator = BinaryOperator
type BinaryExpression = BinaryExpression
type CallExpression = FunctionCall
type FunctionExpression = FunctionExpression
type NumberExpression = NumberExpression
type StringExpression = StringExpression
type TableEntry = TableEntry
type TableExpression = TableExpression
type UnaryOperator = UnaryOperator
type UnaryExpression = UnaryExpression
Auto Trait Implementations§
impl Freeze for FastParserNodes
impl RefUnwindSafe for FastParserNodes
impl Send for FastParserNodes
impl Sync for FastParserNodes
impl Unpin for FastParserNodes
impl UnwindSafe for FastParserNodes
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more