pub struct Call { /* private fields */ }
Expand description
Execute a CodeObject
by name using the given arguments
Implementations§
Trait Implementations§
Source§impl From<Call> for HirElement
impl From<Call> for HirElement
Source§fn from(call: Call) -> HirElement
fn from(call: Call) -> HirElement
Converts to this type from the input type.
Source§impl HirLowering for Call
impl HirLowering for Call
fn lower<'hir, 'lir>(&'hir self, runtime: &mut HirLoweringRuntime<'lir>)where
'hir: 'lir,
Auto Trait Implementations§
impl Freeze for Call
impl !RefUnwindSafe for Call
impl !Send for Call
impl !Sync for Call
impl Unpin for Call
impl !UnwindSafe for Call
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