Struct cfx_vm_interpreter::factory::Factory
source · pub struct Factory { /* private fields */ }
Expand description
Evm factory. Creates appropriate Evm.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for Factory
impl Send for Factory
impl Sync for Factory
impl Unpin for Factory
impl !UnwindSafe for Factory
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