Enum trie_db::node::NodeHandle [−][src]
A reference to a trie node which may be stored within another trie node.
Variants
Trait Implementations
impl<'a> Clone for NodeHandle<'a>[src]
impl<'a> Clone for NodeHandle<'a>[src]fn clone(&self) -> NodeHandle<'a>[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl<'a> PartialEq<NodeHandle<'a>> for NodeHandle<'a>[src]
impl<'a> PartialEq<NodeHandle<'a>> for NodeHandle<'a>[src]fn eq(&self, other: &NodeHandle<'a>) -> bool[src]
fn ne(&self, other: &NodeHandle<'a>) -> bool[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]