pub struct TsNamespaceExportDecl {
pub span: Span,
pub id: Ident,
}
Fields§
§span: Span
§id: Ident
Trait Implementations§
Source§impl AstNode for TsNamespaceExportDecl
impl AstNode for TsNamespaceExportDecl
Source§impl Clone for TsNamespaceExportDecl
impl Clone for TsNamespaceExportDecl
Source§fn clone(&self) -> TsNamespaceExportDecl
fn clone(&self) -> TsNamespaceExportDecl
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for TsNamespaceExportDecl
impl Debug for TsNamespaceExportDecl
Source§impl<'de> Deserialize<'de> for TsNamespaceExportDecl
impl<'de> Deserialize<'de> for TsNamespaceExportDecl
Source§fn 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
Source§impl EqIgnoreSpan for TsNamespaceExportDecl
impl EqIgnoreSpan for TsNamespaceExportDecl
fn eq_ignore_span(&self, other: &Self) -> bool
Source§impl From<TsNamespaceExportDecl> for ModuleDecl
impl From<TsNamespaceExportDecl> for ModuleDecl
Source§fn from(v: TsNamespaceExportDecl) -> Self
fn from(v: TsNamespaceExportDecl) -> Self
Converts to this type from the input type.
Source§impl Hash for TsNamespaceExportDecl
impl Hash for TsNamespaceExportDecl
Source§impl PartialEq for TsNamespaceExportDecl
impl PartialEq for TsNamespaceExportDecl
Source§impl Serialize for TsNamespaceExportDecl
impl Serialize for TsNamespaceExportDecl
Source§impl Spanned for TsNamespaceExportDecl
impl Spanned for TsNamespaceExportDecl
impl Eq for TsNamespaceExportDecl
impl StructuralPartialEq for TsNamespaceExportDecl
Auto Trait Implementations§
impl Freeze for TsNamespaceExportDecl
impl RefUnwindSafe for TsNamespaceExportDecl
impl Send for TsNamespaceExportDecl
impl Sync for TsNamespaceExportDecl
impl Unpin for TsNamespaceExportDecl
impl UnwindSafe for TsNamespaceExportDecl
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CallHasher for T
impl<T> CallHasher for T
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moreSource§impl<T> SpanExt for Twhere
T: Spanned,
impl<T> SpanExt for Twhere
T: Spanned,
fn is_synthesized(&self) -> bool
fn starts_on_new_line(&self, format: ListFormat) -> bool
Source§fn comment_range(&self) -> Span
fn comment_range(&self) -> Span
Gets a custom text range to use when emitting comments.