pub struct Call<'tree> {
pub span: Span,
pub arguments: Option<ArgumentList<'tree>>,
pub block: Option<CallBlock<'tree>>,
pub method: Option<CallMethod<'tree>>,
pub operator: Option<CallOperator>,
pub receiver: Option<Primary<'tree>>,
}Fields§
§span: Span§arguments: Option<ArgumentList<'tree>>§block: Option<CallBlock<'tree>>§method: Option<CallMethod<'tree>>§operator: Option<CallOperator>§receiver: Option<Primary<'tree>>Trait Implementations§
impl<'tree> Eq for Call<'tree>
impl<'tree> StructuralPartialEq for Call<'tree>
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