Struct swc_ecma_ast::CallExpr
source · [−]pub struct CallExpr {
pub span: Span,
pub callee: Callee,
pub args: Vec<ExprOrSpread>,
pub type_args: Option<Box<TsTypeParamInstantiation>>,
}
Fields
span: Span
callee: Callee
args: Vec<ExprOrSpread>
type_args: Option<Box<TsTypeParamInstantiation>>
Trait Implementations
sourceimpl<'de> Deserialize<'de> for CallExpr
impl<'de> Deserialize<'de> for CallExpr
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 CallExpr
impl EqIgnoreSpan for CallExpr
fn eq_ignore_span(&self, other: &Self) -> bool
impl Eq for CallExpr
impl StructuralEq for CallExpr
impl StructuralPartialEq for CallExpr
Auto Trait Implementations
impl RefUnwindSafe for CallExpr
impl Send for CallExpr
impl Sync for CallExpr
impl Unpin for CallExpr
impl UnwindSafe for CallExpr
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