pub struct CallExpression {
pub callee: Callee,
pub arguments: Vec<Rc<RefCell<Node>>>,
}
Fields§
§callee: Callee
§arguments: Vec<Rc<RefCell<Node>>>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CallExpression
impl !RefUnwindSafe for CallExpression
impl !Send for CallExpression
impl !Sync for CallExpression
impl Unpin for CallExpression
impl !UnwindSafe for CallExpression
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