Enum trie_db::node::NodeHandle [−][src]
Expand description
A reference to a trie node which may be stored within another trie node.
Variants
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl<'a> RefUnwindSafe for NodeHandle<'a>impl<'a> Send for NodeHandle<'a>impl<'a> Sync for NodeHandle<'a>impl<'a> Unpin for NodeHandle<'a>impl<'a> UnwindSafe for NodeHandle<'a>Blanket Implementations
Mutably borrows from an owned value. Read more