Struct move_vm_test_utils::BlankStorage
source · pub struct BlankStorage;
Expand description
A dummy storage containing no modules or resources.
Implementations§
source§impl BlankStorage
impl BlankStorage
Trait Implementations§
source§impl Clone for BlankStorage
impl Clone for BlankStorage
source§fn clone(&self) -> BlankStorage
fn clone(&self) -> BlankStorage
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