Struct move_vm_test_utils::DeltaStorage
source · pub struct DeltaStorage<'a, 'b, S> { /* private fields */ }
Expand description
The new storage can be used for additional computations without modifying the base.
Implementations§
Trait Implementations§
source§impl<'a, 'b, S: Clone> Clone for DeltaStorage<'a, 'b, S>
impl<'a, 'b, S: Clone> Clone for DeltaStorage<'a, 'b, S>
source§fn clone(&self) -> DeltaStorage<'a, 'b, S>
fn clone(&self) -> DeltaStorage<'a, 'b, S>
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