Enum ethcore::client::VMType  
                   
                       [−]
                   
               
pub enum VMType {
    Interpreter,
}Type of EVM to use.
Variants
InterpreterRUST EVM
Methods
impl VMType
            impl VMTypeTrait Implementations
impl Clone for VMType
impl Clone for VMTypefn clone(&self) -> VMType
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 PartialEq<VMType> for VMType
impl PartialEq<VMType> for VMTypefn eq(&self, __arg_0: &VMType) -> bool
fn eq(&self, __arg_0: &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 Display for VMType
impl Display for VMTypefn fmt(&self, f: &mut Formatter) -> Result<(), Error>
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>Formats the value using the given formatter. Read more
impl Debug for VMType
impl Debug for VMTypefn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>Formats the value using the given formatter. Read more
impl Default for VMType
impl Default for VMType