Enum ethcore::client::VMType []

pub enum VMType {
    Interpreter,
}

Type of EVM to use.

Variants

RUST EVM

Methods

impl VMType

Important traits for Vec<u8>

Return all possible VMs (Interpreter)

Trait Implementations

impl Clone for VMType

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq<VMType> for VMType

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

This method tests for !=.

impl Display for VMType

Formats the value using the given formatter. Read more

impl Debug for VMType

Formats the value using the given formatter. Read more

impl Default for VMType

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

Auto Trait Implementations

impl Send for VMType

impl Sync for VMType