pub enum VMType {
Interpreter,
}
Expand description
Type of EVM to use.
Variants§
Interpreter
RUST EVM
Implementations§
Trait Implementations§
impl StructuralPartialEq for VMType
Auto Trait Implementations§
impl Freeze for VMType
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