Enum ethcore::client::VMType[][src]

pub enum VMType {
    Interpreter,
}

Type of EVM to use.

Variants

RUST EVM

Methods

impl VMType
[src]

Important traits for Vec<u8>

Return all possible VMs (Interpreter)

Trait Implementations

impl Display for VMType
[src]

Formats the value using the given formatter. Read more

impl Default for VMType
[src]

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

impl PartialEq<VMType> 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 Debug for VMType
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for VMType

impl Sync for VMType