Struct sp_storage::StorageChangeSet [−][src]
pub struct StorageChangeSet<Hash> {
pub block: Hash,
pub changes: Vec<(StorageKey, Option<StorageData>)>,
}Expand description
Storage change set
Fields
block: HashBlock hash
changes: Vec<(StorageKey, Option<StorageData>)>A list of changes
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, Deserialize this value from the given Serde deserializer. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl<Hash> RefUnwindSafe for StorageChangeSet<Hash> where
Hash: RefUnwindSafe, impl<Hash> Send for StorageChangeSet<Hash> where
Hash: Send, impl<Hash> Sync for StorageChangeSet<Hash> where
Hash: Sync, impl<Hash> Unpin for StorageChangeSet<Hash> where
Hash: Unpin, impl<Hash> UnwindSafe for StorageChangeSet<Hash> where
Hash: UnwindSafe,