Enum rhai::ASTNode [−][src]
Expand description
(internals) An AST node, consisting of either an Expr or a Stmt.
Exported under the internals feature only.
Volatile Data Structure
This type is volatile and may change.
Variants
Stmt(&'a Stmt)Tuple Fields of Stmt
0: &'a StmtExpr(&'a Expr)Tuple Fields of Expr
0: &'a ExprTrait Implementations
Auto Trait Implementations
impl<'a> !RefUnwindSafe for ASTNode<'a>
impl<'a> !UnwindSafe for ASTNode<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more