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