Struct dharitri_chain_vm::world_mock::BlockchainMock
source · pub struct BlockchainMock {
pub vm: BlockchainVMRef,
pub state: Shareable<BlockchainState>,
}Fields§
§vm: BlockchainVMRef§state: Shareable<BlockchainState>Implementations§
Trait Implementations§
source§impl Debug for BlockchainMock
impl Debug for BlockchainMock
Auto Trait Implementations§
impl !RefUnwindSafe for BlockchainMock
impl Send for BlockchainMock
impl Sync for BlockchainMock
impl Unpin for BlockchainMock
impl !UnwindSafe for BlockchainMock
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