Enum swc_babel_ast::Statement[][src]

pub enum Statement {
Show 47 variants Block(BlockStatement), Break(BreakStatement), Continue(ContinueStatement), Debugger(DebuggerStatement), DoWhile(DoWhileStatement), Empty(EmptyStatement), Expr(ExpressionStatement), ForIn(ForInStatement), For(ForStatement), FuncDecl(FunctionDeclaration), If(IfStatement), Labeled(LabeledStatement), Return(ReturnStatement), Switch(SwitchStatement), Throw(ThrowStatement), Try(TryStatement), VarDecl(VariableDeclaration), While(WhileStatement), With(WithStatement), ClassDecl(ClassDeclaration), ExportAllDecl(ExportAllDeclaration), ExportDefaultDecl(ExportDefaultDeclaration), ExportNamedDecl(ExportNamedDeclaration), ForOf(ForOfStatement), ImportDecl(ImportDeclaration), DeclClass(DeclareClass), DeclFunc(DeclareFunction), DeclInterface(DeclareInterface), DeclModule(DeclareModule), DeclareModuleExports(DeclareModuleExports), DeclTypeAlias(DeclareTypeAlias), DeclOpaqueType(DeclareOpaqueType), DeclVar(DeclareVariable), DeclExportDeclaration(DeclareExportDeclaration), DeclExportAllDeclaration(DeclareExportAllDeclaration), InterfaceDecl(InterfaceDeclaration), OpaqueType(OpaqueType), TypeAlias(TypeAlias), EnumDecl(EnumDeclaration), TSDeclFunc(TSDeclareFunction), TSInterfaceDecl(TSInterfaceDeclaration), TSTypeAliasDecl(TSTypeAliasDeclaration), TSEnumDecl(TSEnumDeclaration), TSModuleDecl(TSModuleDeclaration), TSImportEqualsDecl(TSImportEqualsDeclaration), TSExportAssignment(TSExportAssignment), TSNamespaceExportDecl(TSNamespaceExportDeclaration),
}

Variants

Block(BlockStatement)

Tuple Fields

Break(BreakStatement)

Tuple Fields

Continue(ContinueStatement)

Tuple Fields

Debugger(DebuggerStatement)

Tuple Fields

DoWhile(DoWhileStatement)

Tuple Fields

Empty(EmptyStatement)

Tuple Fields

Expr(ExpressionStatement)

Tuple Fields

ForIn(ForInStatement)

Tuple Fields

For(ForStatement)

Tuple Fields

FuncDecl(FunctionDeclaration)

Tuple Fields

If(IfStatement)

Tuple Fields

Labeled(LabeledStatement)

Tuple Fields

Return(ReturnStatement)

Tuple Fields

Switch(SwitchStatement)

Tuple Fields

Throw(ThrowStatement)

Tuple Fields

Try(TryStatement)

Tuple Fields

VarDecl(VariableDeclaration)

Tuple Fields

While(WhileStatement)

Tuple Fields

With(WithStatement)

Tuple Fields

ClassDecl(ClassDeclaration)

Tuple Fields

ExportAllDecl(ExportAllDeclaration)

Tuple Fields

ExportDefaultDecl(ExportDefaultDeclaration)

Tuple Fields

ExportNamedDecl(ExportNamedDeclaration)

Tuple Fields

ForOf(ForOfStatement)

Tuple Fields

ImportDecl(ImportDeclaration)

Tuple Fields

DeclClass(DeclareClass)

Tuple Fields

DeclFunc(DeclareFunction)

Tuple Fields

DeclInterface(DeclareInterface)

Tuple Fields

DeclModule(DeclareModule)

Tuple Fields

DeclareModuleExports(DeclareModuleExports)

Tuple Fields

DeclTypeAlias(DeclareTypeAlias)

Tuple Fields

DeclOpaqueType(DeclareOpaqueType)

Tuple Fields

DeclVar(DeclareVariable)

Tuple Fields

DeclExportDeclaration(DeclareExportDeclaration)

Tuple Fields

DeclExportAllDeclaration(DeclareExportAllDeclaration)

InterfaceDecl(InterfaceDeclaration)

Tuple Fields

OpaqueType(OpaqueType)

Tuple Fields

TypeAlias(TypeAlias)

Tuple Fields

EnumDecl(EnumDeclaration)

Tuple Fields

TSDeclFunc(TSDeclareFunction)

Tuple Fields

TSInterfaceDecl(TSInterfaceDeclaration)

Tuple Fields

TSTypeAliasDecl(TSTypeAliasDeclaration)

Tuple Fields

TSEnumDecl(TSEnumDeclaration)

Tuple Fields

TSModuleDecl(TSModuleDeclaration)

Tuple Fields

TSImportEqualsDecl(TSImportEqualsDeclaration)

TSExportAssignment(TSExportAssignment)

Tuple Fields

TSNamespaceExportDecl(TSNamespaceExportDeclaration)

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Deserialize this value from the given Serde deserializer. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

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