Struct swc_ecma_ast::ExportDecl
source · [−]Fields
span: Span
decl: Decl
Trait Implementations
sourceimpl Clone for ExportDecl
impl Clone for ExportDecl
sourcefn clone(&self) -> ExportDecl
fn clone(&self) -> ExportDecl
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for ExportDecl
impl Debug for ExportDecl
sourceimpl<'de> Deserialize<'de> for ExportDecl
impl<'de> Deserialize<'de> for ExportDecl
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl EqIgnoreSpan for ExportDecl
impl EqIgnoreSpan for ExportDecl
fn eq_ignore_span(&self, other: &Self) -> bool
sourceimpl From<ExportDecl> for ModuleDecl
impl From<ExportDecl> for ModuleDecl
sourcefn from(v: ExportDecl) -> Self
fn from(v: ExportDecl) -> Self
Converts to this type from the input type.
sourceimpl Hash for ExportDecl
impl Hash for ExportDecl
sourceimpl PartialEq<ExportDecl> for ExportDecl
impl PartialEq<ExportDecl> for ExportDecl
sourcefn eq(&self, other: &ExportDecl) -> bool
fn eq(&self, other: &ExportDecl) -> bool
sourceimpl Serialize for ExportDecl
impl Serialize for ExportDecl
sourceimpl Spanned for ExportDecl
impl Spanned for ExportDecl
impl Eq for ExportDecl
impl StructuralEq for ExportDecl
impl StructuralPartialEq for ExportDecl
Auto Trait Implementations
impl RefUnwindSafe for ExportDecl
impl Send for ExportDecl
impl Sync for ExportDecl
impl Unpin for ExportDecl
impl UnwindSafe for ExportDecl
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more