Struct swc_ecma_ast::TsQualifiedName
source · [−]pub struct TsQualifiedName {
pub left: TsEntityName,
pub right: Ident,
}
Fields
left: TsEntityName
right: Ident
Trait Implementations
sourceimpl Clone for TsQualifiedName
impl Clone for TsQualifiedName
sourcefn clone(&self) -> TsQualifiedName
fn clone(&self) -> TsQualifiedName
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 TsQualifiedName
impl Debug for TsQualifiedName
sourceimpl<'de> Deserialize<'de> for TsQualifiedName
impl<'de> Deserialize<'de> for TsQualifiedName
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 TsQualifiedName
impl EqIgnoreSpan for TsQualifiedName
fn eq_ignore_span(&self, other: &Self) -> bool
sourceimpl Hash for TsQualifiedName
impl Hash for TsQualifiedName
sourceimpl PartialEq<TsQualifiedName> for TsQualifiedName
impl PartialEq<TsQualifiedName> for TsQualifiedName
sourcefn eq(&self, other: &TsQualifiedName) -> bool
fn eq(&self, other: &TsQualifiedName) -> bool
sourceimpl Serialize for TsQualifiedName
impl Serialize for TsQualifiedName
sourceimpl Spanned for TsQualifiedName
impl Spanned for TsQualifiedName
impl Eq for TsQualifiedName
impl StructuralEq for TsQualifiedName
impl StructuralPartialEq for TsQualifiedName
Auto Trait Implementations
impl RefUnwindSafe for TsQualifiedName
impl Send for TsQualifiedName
impl Sync for TsQualifiedName
impl Unpin for TsQualifiedName
impl UnwindSafe for TsQualifiedName
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