Enum ethcore::client::VMType  [−][src]
pub enum VMType {
    Interpreter,
}Type of EVM to use.
Variants
InterpreterRUST EVM
Methods
impl VMType[src] 
                impl VMTypeTrait Implementations
impl Display for VMType[src] 
impl Display for VMTypefn fmt(&self, f: &mut Formatter) -> Result<(), Error>[src] 
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>Formats the value using the given formatter. Read more
impl Default for VMType[src] 
impl Default for VMTypeimpl PartialEq<VMType> for VMType[src] 
impl PartialEq<VMType> for VMTypefn eq(&self, other: &VMType) -> bool[src] 
fn eq(&self, other: &VMType) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src] 
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Clone for VMType[src] 
impl Clone for VMTypefn clone(&self) -> VMType[src] 
fn clone(&self) -> VMTypeReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src] 
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for VMType[src] 
impl Debug for VMType