Struct sp_storage::StorageChild
source · [−]pub struct StorageChild {
pub data: StorageMap,
pub child_info: ChildInfo,
}
Expand description
Child trie storage data.
Fields
data: StorageMap
Child data for storage.
child_info: ChildInfo
Associated child info for a child trie.
Trait Implementations
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 RefUnwindSafe for StorageChild
impl Send for StorageChild
impl Sync for StorageChild
impl Unpin for StorageChild
impl UnwindSafe for StorageChild
Blanket Implementations
Mutably borrows from an owned value. Read more