Enum trie_db::node::NodeHandleOwned
source · Expand description
Owned version of NodeHandleOwned
.
Variants§
Implementations§
Trait Implementations§
source§impl<H: Clone> Clone for NodeHandleOwned<H>
impl<H: Clone> Clone for NodeHandleOwned<H>
source§fn clone(&self) -> NodeHandleOwned<H>
fn clone(&self) -> NodeHandleOwned<H>
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