pub struct MirCall {
pub callee: MirCallee,
pub args: Vec<Spanned<MirExpr>>,
}Expand description
Apply callee to args.
Fields§
§callee: MirCallee§args: Vec<Spanned<MirExpr>>Trait Implementations§
Auto Trait Implementations§
impl Freeze for MirCall
impl RefUnwindSafe for MirCall
impl Send for MirCall
impl Sync for MirCall
impl Unpin for MirCall
impl UnsafeUnpin for MirCall
impl UnwindSafe for MirCall
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