Struct rs::logging::ProblemPanic
source · [−]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 RefUnwindSafe for ProblemPanic
impl Send for ProblemPanic
impl Sync for ProblemPanic
impl Unpin for ProblemPanic
impl UnwindSafe for ProblemPanic
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more