pub struct ProblemPanic;
Expand description
Warning handler that will panic at any warning, error, surprise, bug, or panic. Don’t use except in tests
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ProblemPanic
impl RefUnwindSafe for ProblemPanic
impl Send for ProblemPanic
impl Sync for ProblemPanic
impl Unpin for ProblemPanic
impl UnwindSafe for ProblemPanic
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