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