Enum evm::interpreter::InterpreterResult
source · [−]Expand description
Stepping result returned by interpreter.
Variants
Stopped
The VM has already stopped.
Done(Result<GasLeft>)
The VM has just finished execution in the current step.
Continue
The VM can continue to run.
Trap(TrapKind)
Auto Trait Implementations
impl !RefUnwindSafe for InterpreterResult
impl !Send for InterpreterResult
impl !Sync for InterpreterResult
impl Unpin for InterpreterResult
impl !UnwindSafe for InterpreterResult
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more