pub struct Call<'tree> {
pub span: Span,
pub arguments: CallArguments<'tree>,
pub function: PrimaryExpression<'tree>,
}Fields§
§span: Span§arguments: CallArguments<'tree>§function: PrimaryExpression<'tree>Trait Implementations§
Auto Trait Implementations§
impl<'tree> Freeze for Call<'tree>
impl<'tree> RefUnwindSafe for Call<'tree>
impl<'tree> Send for Call<'tree>
impl<'tree> Sync for Call<'tree>
impl<'tree> Unpin for Call<'tree>
impl<'tree> UnsafeUnpin for Call<'tree>
impl<'tree> UnwindSafe for Call<'tree>
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