pub struct UnwindState {
    pub handler: Option<RantFunctionHandle>,
    pub value_stack_size: usize,
    pub block_stack_size: usize,
    pub attr_stack_size: usize,
    pub call_stack_size: usize,
    pub temp_pipeval_stack_size: usize,
}

Fields

handler: Option<RantFunctionHandle>value_stack_size: usizeblock_stack_size: usizeattr_stack_size: usizecall_stack_size: usizetemp_pipeval_stack_size: usize

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.