Struct miri::CatchUnwindData
source · pub struct CatchUnwindData<'tcx> { /* private fields */ }
Expand description
Holds all of the relevant data for when unwinding hits a try
frame.
Trait Implementations§
source§impl<'tcx> Debug for CatchUnwindData<'tcx>
impl<'tcx> Debug for CatchUnwindData<'tcx>
source§impl VisitProvenance for CatchUnwindData<'_>
impl VisitProvenance for CatchUnwindData<'_>
fn visit_provenance(&self, visit: &mut VisitWith<'_>)
Auto Trait Implementations§
impl<'tcx> Freeze for CatchUnwindData<'tcx>
impl<'tcx> !RefUnwindSafe for CatchUnwindData<'tcx>
impl<'tcx> Send for CatchUnwindData<'tcx>
impl<'tcx> Sync for CatchUnwindData<'tcx>
impl<'tcx> Unpin for CatchUnwindData<'tcx>
impl<'tcx> !UnwindSafe for CatchUnwindData<'tcx>
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