Struct evmc_vm::ExecutionResult[][src]

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

EVMC result structure.

Implementations

Manually create a result.

Create failure result.

Create a revert result.

Create a successful result.

Read the status code.

Read the amount of gas left.

Read the output returned.

Read the address of the created account. This will likely be set when returned from a CREATE/CREATE2.

Trait Implementations

Formats the value using the given formatter. Read more

Performs the conversion.

Returns a pointer to a heap-allocated evmc_result.

Performs the conversion.

Returns a pointer to a stack-allocated evmc_result.

Performs the conversion.

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.

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.