Struct swc_ecma_ast::TsNamespaceExportDecl
source · [−]Fields
span: Span
id: Ident
Trait Implementations
sourceimpl AstNode for TsNamespaceExportDecl
impl AstNode for TsNamespaceExportDecl
sourceimpl Clone for TsNamespaceExportDecl
impl Clone for TsNamespaceExportDecl
sourcefn clone(&self) -> TsNamespaceExportDecl
fn clone(&self) -> TsNamespaceExportDecl
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 TsNamespaceExportDecl
impl Debug for TsNamespaceExportDecl
sourceimpl<'de> Deserialize<'de> for TsNamespaceExportDecl
impl<'de> Deserialize<'de> for TsNamespaceExportDecl
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 TsNamespaceExportDecl
impl EqIgnoreSpan for TsNamespaceExportDecl
fn eq_ignore_span(&self, other: &Self) -> bool
sourceimpl From<TsNamespaceExportDecl> for ModuleDecl
impl From<TsNamespaceExportDecl> for ModuleDecl
sourcefn from(v: TsNamespaceExportDecl) -> Self
fn from(v: TsNamespaceExportDecl) -> Self
Converts to this type from the input type.
sourceimpl Hash for TsNamespaceExportDecl
impl Hash for TsNamespaceExportDecl
sourceimpl PartialEq<TsNamespaceExportDecl> for TsNamespaceExportDecl
impl PartialEq<TsNamespaceExportDecl> for TsNamespaceExportDecl
sourcefn eq(&self, other: &TsNamespaceExportDecl) -> bool
fn eq(&self, other: &TsNamespaceExportDecl) -> bool
sourceimpl Serialize for TsNamespaceExportDecl
impl Serialize for TsNamespaceExportDecl
sourceimpl Spanned for TsNamespaceExportDecl
impl Spanned for TsNamespaceExportDecl
impl Eq for TsNamespaceExportDecl
impl StructuralEq for TsNamespaceExportDecl
impl StructuralPartialEq for TsNamespaceExportDecl
Auto Trait Implementations
impl RefUnwindSafe for TsNamespaceExportDecl
impl Send for TsNamespaceExportDecl
impl Sync for TsNamespaceExportDecl
impl Unpin for TsNamespaceExportDecl
impl UnwindSafe for TsNamespaceExportDecl
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