Struct async_backplane::panic::Unwind[][src]

pub struct Unwind { /* fields omitted */ }
Expand description

The captured information about an unwinding panic.

Implementations

Return the payload associated with the captured panic.

Return the string representation of the panic payload.

Convert itself into a trait object of the panic payload.

Return the information about the location from which the panic originated.

Get the stack backtrace captured by the panic hook.

Currently this method is enabled only if the backtrace is supported.

Trait Implementations

Formats the value using the given formatter. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

Converts the given value to a String. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.