Enum trie_db::triedbmut::ChildReference
source · pub enum ChildReference<HO> {
Hash(HO),
Inline(HO, usize),
}
Expand description
Used to build a collection of child nodes from a collection of NodeHandle
s
Variants§
Trait Implementations§
source§impl<HO: Clone> Clone for ChildReference<HO>
impl<HO: Clone> Clone for ChildReference<HO>
source§fn clone(&self) -> ChildReference<HO>
fn clone(&self) -> ChildReference<HO>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more