Enum ethcore::client::VMType
[−]
pub enum VMType { Interpreter, }
Type of EVM to use.
Variants
Interpreter
RUST EVM
Methods
impl VMType
impl VMType
Trait Implementations
impl Clone for VMType
impl Clone for VMType
fn clone(&self) -> VMType
fn clone(&self) -> VMType
Returns 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 VMType
fn eq(&self, __arg_0: &VMType) -> bool
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[src]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]This method tests for !=
.
impl Display for VMType
impl Display for VMType
fn 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 VMType
fn 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