pub struct ExitStmt<'ir> {
pub exit_code: IRExpr<'ir>,
}Fields§
§exit_code: IRExpr<'ir>Trait Implementations§
impl<'ir> StructuralPartialEq for ExitStmt<'ir>
Auto Trait Implementations§
impl<'ir> Freeze for ExitStmt<'ir>
impl<'ir> RefUnwindSafe for ExitStmt<'ir>
impl<'ir> Send for ExitStmt<'ir>
impl<'ir> Sync for ExitStmt<'ir>
impl<'ir> Unpin for ExitStmt<'ir>
impl<'ir> UnwindSafe for ExitStmt<'ir>
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