Struct sp_storage::StorageChild [−][src]
pub struct StorageChild {
pub data: StorageMap,
pub child_info: ChildInfo,
}Expand description
Child trie storage data.
Fields
data: StorageMapChild data for storage.
child_info: ChildInfoAssociated 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 StorageChildimpl Send for StorageChildimpl Sync for StorageChildimpl Unpin for StorageChildimpl UnwindSafe for StorageChildBlanket Implementations
Mutably borrows from an owned value. Read more