Enum ethcore::evm::factory::VMType [] [src]

pub enum VMType {
    Interpreter,
}

Type of EVM to use.

Variants

RUST EVM

Methods

impl VMType
[src]

Return all possible VMs (Interpreter)

Return new jit if it's possible

Trait Implementations

impl Debug for VMType
[src]

Formats the value using the given formatter.

impl PartialEq for VMType
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Clone for VMType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Display for VMType
[src]

Formats the value using the given formatter.

impl Default for VMType
[src]

Returns the "default value" for a type. Read more