Struct swc_ecma_ast::TsTypeParamInstantiation
source · [−]Fields
span: Span
params: Vec<Box<TsType>>
Trait Implementations
sourceimpl AstNode for TsTypeParamInstantiation
impl AstNode for TsTypeParamInstantiation
sourceimpl Clone for TsTypeParamInstantiation
impl Clone for TsTypeParamInstantiation
sourcefn clone(&self) -> TsTypeParamInstantiation
fn clone(&self) -> TsTypeParamInstantiation
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 TsTypeParamInstantiation
impl Debug for TsTypeParamInstantiation
sourceimpl<'de> Deserialize<'de> for TsTypeParamInstantiation
impl<'de> Deserialize<'de> for TsTypeParamInstantiation
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 TsTypeParamInstantiation
impl EqIgnoreSpan for TsTypeParamInstantiation
fn eq_ignore_span(&self, other: &Self) -> bool
sourceimpl Hash for TsTypeParamInstantiation
impl Hash for TsTypeParamInstantiation
sourceimpl PartialEq<TsTypeParamInstantiation> for TsTypeParamInstantiation
impl PartialEq<TsTypeParamInstantiation> for TsTypeParamInstantiation
sourcefn eq(&self, other: &TsTypeParamInstantiation) -> bool
fn eq(&self, other: &TsTypeParamInstantiation) -> bool
sourceimpl Serialize for TsTypeParamInstantiation
impl Serialize for TsTypeParamInstantiation
sourceimpl Spanned for TsTypeParamInstantiation
impl Spanned for TsTypeParamInstantiation
impl Eq for TsTypeParamInstantiation
impl StructuralEq for TsTypeParamInstantiation
impl StructuralPartialEq for TsTypeParamInstantiation
Auto Trait Implementations
impl RefUnwindSafe for TsTypeParamInstantiation
impl Send for TsTypeParamInstantiation
impl Sync for TsTypeParamInstantiation
impl Unpin for TsTypeParamInstantiation
impl UnwindSafe for TsTypeParamInstantiation
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