Struct multiversx_chain_vm::tx_execution::BlockchainVM
source · pub struct BlockchainVM {
pub builtin_functions: BuiltinFunctionContainer,
pub executor: Box<dyn Executor + Send + Sync>,
}
Fields§
§builtin_functions: BuiltinFunctionContainer
§executor: Box<dyn Executor + Send + Sync>
Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for BlockchainVM
impl Send for BlockchainVM
impl Sync for BlockchainVM
impl Unpin for BlockchainVM
impl !UnwindSafe for BlockchainVM
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