Struct evm_runtime::Runtime
source · pub struct Runtime<'config> { /* private fields */ }
Expand description
EVM runtime.
The runtime wraps an EVM Machine
with support of return data and context.
Implementations
sourceimpl<'config> Runtime<'config>
impl<'config> Runtime<'config>
Auto Trait Implementations
impl<'config> RefUnwindSafe for Runtime<'config>
impl<'config> !Send for Runtime<'config>
impl<'config> !Sync for Runtime<'config>
impl<'config> Unpin for Runtime<'config>
impl<'config> UnwindSafe for Runtime<'config>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more