Enum trie_db::node::NodeHandleOwned
source · [−]Expand description
Owned version of NodeHandleOwned
.
Variants
Hash(H)
Inline(Box<NodeOwned<H>>)
Implementations
Trait Implementations
sourceimpl<H: Clone> Clone for NodeHandleOwned<H>
impl<H: Clone> Clone for NodeHandleOwned<H>
sourcefn clone(&self) -> NodeHandleOwned<H>
fn clone(&self) -> NodeHandleOwned<H>
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl<H: Debug> Debug for NodeHandleOwned<H>
impl<H: Debug> Debug for NodeHandleOwned<H>
sourceimpl<H: PartialEq> PartialEq<NodeHandleOwned<H>> for NodeHandleOwned<H>
impl<H: PartialEq> PartialEq<NodeHandleOwned<H>> for NodeHandleOwned<H>
sourcefn eq(&self, other: &NodeHandleOwned<H>) -> bool
fn eq(&self, other: &NodeHandleOwned<H>) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &NodeHandleOwned<H>) -> bool
fn ne(&self, other: &NodeHandleOwned<H>) -> bool
This method tests for !=
.
impl<H: Eq> Eq for NodeHandleOwned<H>
impl<H> StructuralEq for NodeHandleOwned<H>
impl<H> StructuralPartialEq for NodeHandleOwned<H>
Auto Trait Implementations
impl<H> RefUnwindSafe for NodeHandleOwned<H> where
H: RefUnwindSafe,
impl<H> Send for NodeHandleOwned<H> where
H: Send,
impl<H> Sync for NodeHandleOwned<H> where
H: Sync,
impl<H> Unpin for NodeHandleOwned<H> where
H: Unpin,
impl<H> UnwindSafe for NodeHandleOwned<H> where
H: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more