Struct sp_storage::ChildTrieParentKeyId [−][src]
pub struct ChildTrieParentKeyId { /* fields omitted */ }
A child trie of default type. It uses the same default implementation as the top trie, top trie being a child trie with no keyspace and no storage key. Its keyspace is the variable (unprefixed) part of its storage key. It shares its trie nodes backend storage with every other child trie, so its storage key needs to be a unique id that will be use only once. Those unique id also required to be long enough to avoid any unique id to be prefixed by an other unique id.
Trait Implementations
impl Clone for ChildTrieParentKeyId
[src]
impl Clone for ChildTrieParentKeyId
[src]fn clone(&self) -> ChildTrieParentKeyId
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Hash for ChildTrieParentKeyId
[src]
impl Hash for ChildTrieParentKeyId
[src]impl Ord for ChildTrieParentKeyId
[src]
impl Ord for ChildTrieParentKeyId
[src]impl PartialEq<ChildTrieParentKeyId> for ChildTrieParentKeyId
[src]
impl PartialEq<ChildTrieParentKeyId> for ChildTrieParentKeyId
[src]fn eq(&self, other: &ChildTrieParentKeyId) -> bool
[src]
fn ne(&self, other: &ChildTrieParentKeyId) -> bool
[src]
impl PartialOrd<ChildTrieParentKeyId> for ChildTrieParentKeyId
[src]
impl PartialOrd<ChildTrieParentKeyId> for ChildTrieParentKeyId
[src]fn partial_cmp(&self, other: &ChildTrieParentKeyId) -> Option<Ordering>
[src]
#[must_use]pub fn lt(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn lt(&self, other: &Rhs) -> bool#[must_use]pub fn le(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn le(&self, other: &Rhs) -> bool#[must_use]pub fn gt(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn gt(&self, other: &Rhs) -> bool#[must_use]pub fn ge(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn ge(&self, other: &Rhs) -> bool