Struct xlang_syntax::ast::Call
source · [−]Expand description
A function call.
Fields
loc: Locfun: Box<Expr<'input>>args: Vec<Expr<'input>>Implementations
Trait Implementations
sourceimpl<'input> PartialEq<Call<'input>> for Call<'input>
impl<'input> PartialEq<Call<'input>> for Call<'input>
impl<'input> StructuralPartialEq for Call<'input>
Auto Trait Implementations
impl<'input> RefUnwindSafe for Call<'input>
impl<'input> Send for Call<'input>
impl<'input> Sync for Call<'input>
impl<'input> Unpin for Call<'input>
impl<'input> UnwindSafe for Call<'input>
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