Enum trie_db::triedbmut::ChildReference [−][src]
pub enum ChildReference<HO> { Hash(HO), Inline(HO, usize), }
Used to build a collection of child nodes from a collection of NodeHandle
s
Variants
Inline(HO, usize)
Trait Implementations
impl<HO: Clone> Clone for ChildReference<HO>
[src]
impl<HO: Clone> Clone for ChildReference<HO>
[src]fn clone(&self) -> ChildReference<HO>
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl<HO: Debug> Debug for ChildReference<HO>
[src]
impl<HO: Debug> Debug for ChildReference<HO>
[src]impl<'a, HO> TryFrom<NodeHandle<'a>> for ChildReference<HO> where
HO: AsRef<[u8]> + AsMut<[u8]> + Default + Clone + Copy,
[src]
impl<'a, HO> TryFrom<NodeHandle<'a>> for ChildReference<HO> where
HO: AsRef<[u8]> + AsMut<[u8]> + Default + Clone + Copy,
[src]impl<HO: Copy> Copy for ChildReference<HO>
[src]
Auto Trait Implementations
impl<HO> RefUnwindSafe for ChildReference<HO> where
HO: RefUnwindSafe,
HO: RefUnwindSafe,
impl<HO> Send for ChildReference<HO> where
HO: Send,
HO: Send,
impl<HO> Sync for ChildReference<HO> where
HO: Sync,
HO: Sync,
impl<HO> Unpin for ChildReference<HO> where
HO: Unpin,
HO: Unpin,
impl<HO> UnwindSafe for ChildReference<HO> where
HO: UnwindSafe,
HO: UnwindSafe,