pub struct StorageDelta {
pub deltas: HashMap<[u8; 32], DeltaOp>,
}Fields§
§deltas: HashMap<[u8; 32], DeltaOp>Implementations§
Source§impl StorageDelta
impl StorageDelta
Trait Implementations§
Source§impl Clone for StorageDelta
impl Clone for StorageDelta
Source§fn clone(&self) -> StorageDelta
fn clone(&self) -> StorageDelta
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for StorageDelta
impl Debug for StorageDelta
Source§impl Default for StorageDelta
impl Default for StorageDelta
Source§fn default() -> StorageDelta
fn default() -> StorageDelta
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for StorageDelta
impl RefUnwindSafe for StorageDelta
impl Send for StorageDelta
impl Sync for StorageDelta
impl Unpin for StorageDelta
impl UnsafeUnpin for StorageDelta
impl UnwindSafe for StorageDelta
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