Struct helix_runtime::ExceptionInfo [] [src]

pub struct ExceptionInfo {
    pub exception: Class,
    pub message: VALUE,
}

Fields

Methods

impl ExceptionInfo
[src]

Trait Implementations

impl Copy for ExceptionInfo
[src]

impl Clone for ExceptionInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ExceptionInfo
[src]

Formats the value using the given formatter.

impl Send for ExceptionInfo
[src]

impl Sync for ExceptionInfo
[src]