pub struct ExternalPanicInfo<'a> { /* private fields */ }
Expand description
Information passed to a PanicHook
.
Analogous to std::panic::PanicHookInfo
.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for ExternalPanicInfo<'a>
impl<'a> !RefUnwindSafe for ExternalPanicInfo<'a>
impl<'a> !Send for ExternalPanicInfo<'a>
impl<'a> !Sync for ExternalPanicInfo<'a>
impl<'a> Unpin for ExternalPanicInfo<'a>
impl<'a> !UnwindSafe for ExternalPanicInfo<'a>
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T, U> Into<U> for Twhere
U: From<T>,
impl<T, U> Into<U> for Twhere
U: From<T>,
§impl<T> ToString for Twhere
T: Display + ?Sized,
impl<T> ToString for Twhere
T: Display + ?Sized,
§impl<T, U> TryFrom<U> for Twhere
U: Into<T>,
impl<T, U> TryFrom<U> for Twhere
U: Into<T>,
§type Error = Infallible
type Error = Infallible
The type returned in the event of a conversion error.