Struct rayon_core::unwind::AbortIfPanic
source · pub(crate) struct AbortIfPanic;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AbortIfPanic
impl RefUnwindSafe for AbortIfPanic
impl Send for AbortIfPanic
impl Sync for AbortIfPanic
impl Unpin for AbortIfPanic
impl UnwindSafe for AbortIfPanic
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