Struct parallel_processor::utils::panic_on_drop::PanicOnDrop
source · pub struct PanicOnDrop(_);
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for PanicOnDrop
impl Send for PanicOnDrop
impl Sync for PanicOnDrop
impl Unpin for PanicOnDrop
impl UnwindSafe for PanicOnDrop
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