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