Enum swc_babel_ast::Declaration[][src]

pub enum Declaration {
Show 26 variants FuncDecl(FunctionDeclaration), VarDecl(VariableDeclaration), ClassDecl(ClassDeclaration), ExportAllDecl(ExportAllDeclaration), ExportDefaultDecl(ExportDefaultDeclaration), ExportNamedDecl(ExportNamedDeclaration), ImportDecl(ImportDeclaration), DeclClass(DeclareClass), DeclFunc(DeclareFunction), DeclInterface(DeclareInterface), DeclModule(DeclareModule), DeclModuleExports(DeclareModuleExports), DeclTypeAlias(DeclareTypeAlias), DeclOpaqueType(DeclareOpaqueType), DeclVar(DeclareVariable), DeclExportDecl(DeclareExportDeclaration), DeclExportAllDecl(DeclareExportAllDeclaration), InterfaceDecl(InterfaceDeclaration), OpaqueType(OpaqueType), TypeAlias(TypeAlias), EnumDecl(EnumDeclaration), TSDeclFunc(TSDeclareFunction), TSInterfaceDecl(TSInterfaceDeclaration), TSTypeAliasDecl(TSTypeAliasDeclaration), TSEnumDecl(TSEnumDeclaration), TSModuleDecl(TSModuleDeclaration),
}

Variants

FuncDecl(FunctionDeclaration)

Tuple Fields

VarDecl(VariableDeclaration)

Tuple Fields

ClassDecl(ClassDeclaration)

Tuple Fields

ExportAllDecl(ExportAllDeclaration)

Tuple Fields

ExportDefaultDecl(ExportDefaultDeclaration)

Tuple Fields

ExportNamedDecl(ExportNamedDeclaration)

Tuple Fields

ImportDecl(ImportDeclaration)

Tuple Fields

DeclClass(DeclareClass)

Tuple Fields

DeclFunc(DeclareFunction)

Tuple Fields

DeclInterface(DeclareInterface)

Tuple Fields

DeclModule(DeclareModule)

Tuple Fields

DeclModuleExports(DeclareModuleExports)

Tuple Fields

DeclTypeAlias(DeclareTypeAlias)

Tuple Fields

DeclOpaqueType(DeclareOpaqueType)

Tuple Fields

DeclVar(DeclareVariable)

Tuple Fields

DeclExportDecl(DeclareExportDeclaration)

Tuple Fields

DeclExportAllDecl(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

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