pub struct PanicSummary { /* private fields */ }Expand description
Contains a summary about a panics.
This is basically a human-readable version of std::panic::PanicHookInfo
with an added callstack.
Implementations§
Trait Implementations§
Source§impl Clone for PanicSummary
impl Clone for PanicSummary
Source§fn clone(&self) -> PanicSummary
fn clone(&self) -> PanicSummary
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for PanicSummary
impl RefUnwindSafe for PanicSummary
impl Send for PanicSummary
impl Sync for PanicSummary
impl Unpin for PanicSummary
impl UnsafeUnpin for PanicSummary
impl UnwindSafe for PanicSummary
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