Enum trie_db::triedbmut::ChildReference [−][src]
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
Inline(HO, usize)
Tuple Fields of Inline
0: HO
1: usize
Trait Implementations
Auto Trait Implementations
impl<HO> RefUnwindSafe for ChildReference<HO> where
HO: RefUnwindSafe,
impl<HO> Send for ChildReference<HO> where
HO: Send,
impl<HO> Sync for ChildReference<HO> where
HO: Sync,
impl<HO> Unpin for ChildReference<HO> where
HO: Unpin,
impl<HO> UnwindSafe for ChildReference<HO> where
HO: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more