Enum cfx_vm_interpreter::VMType
source · pub enum VMType {
Interpreter,
}
Expand description
Type of EVM to use.
Variants§
Interpreter
RUST EVM
Implementations§
Trait Implementations§
source§impl PartialEq for VMType
impl PartialEq for VMType
impl StructuralPartialEq for VMType
Auto Trait Implementations§
impl RefUnwindSafe for VMType
impl Send for VMType
impl Sync for VMType
impl Unpin for VMType
impl UnwindSafe for VMType
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more