Enum swc_estree_ast::ExportDeclaration [−][src]
pub enum ExportDeclaration {
ExportAll(ExportAllDeclaration),
ExportDefault(ExportDefaultDeclaration),
ExportNamed(ExportNamedDeclaration),
}
Variants
ExportAll(ExportAllDeclaration)
Tuple Fields
ExportDefault(ExportDefaultDeclaration)
Tuple Fields
ExportNamed(ExportNamedDeclaration)
Tuple Fields
Trait Implementations
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 !=
.
Auto Trait Implementations
impl RefUnwindSafe for ExportDeclaration
impl Send for ExportDeclaration
impl Sync for ExportDeclaration
impl Unpin for ExportDeclaration
impl UnwindSafe for ExportDeclaration
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