pub struct ExecEnv<H> { /* private fields */ }
Expand description

An environment for executing AbleScript code.

Implementations

Create a new Scope with no predefined variable definitions or other information.

Create a new Scope with predefined variables

Execute a set of Statements in the root stack frame. Return an error if one or more of the Stmts failed to evaluate, or if a enough or and again statement occurred at the top level.

Trait Implementations

Returns the “default value” for a type. 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

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.