Enum ethcore::evm::factory::VMType
[−]
[src]
pub enum VMType { Interpreter, }
Type of EVM to use.
Variants
Interpreter
RUST EVM
Methods
impl VMType
[src]
fn all() -> Vec<VMType>
Return all possible VMs (Interpreter)
fn jit() -> Option<Self>
Return new jit if it's possible
Trait Implementations
impl Debug for VMType
[src]
impl PartialEq for VMType
[src]
fn eq(&self, __arg_0: &VMType) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0
This method tests for !=
.
impl Clone for VMType
[src]
fn clone(&self) -> VMType
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more