Struct move_vm_test_utils::InMemoryStorage
source · pub struct InMemoryStorage { /* private fields */ }
Expand description
Simple in-memory storage that can be used as a Move VM storage backend for testing purposes.
Implementations§
Trait Implementations§
source§impl Clone for InMemoryStorage
impl Clone for InMemoryStorage
source§fn clone(&self) -> InMemoryStorage
fn clone(&self) -> InMemoryStorage
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more