Enum swc_estree_ast::For [−][src]
pub enum For {
InStmt(ForInStatement),
Stmt(ForStatement),
OfStmt(ForOfStatement),
}
Variants
InStmt(ForInStatement)
Tuple Fields
Stmt(ForStatement)
Tuple Fields
0: ForStatement
OfStmt(ForOfStatement)
Tuple Fields
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for For
impl UnwindSafe for For
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more