Enum trie_db::node::NodeHandle
source · pub enum NodeHandle<'a> {
Hash(&'a [u8]),
Inline(&'a [u8]),
}
Expand description
A reference to a trie node which may be stored within another trie node.
Variants§
Implementations§
source§impl NodeHandle<'_>
impl NodeHandle<'_>
sourcepub fn to_owned_handle<L: TrieLayout>(
&self,
) -> Result<NodeHandleOwned<TrieHash<L>>, TrieHash<L>, CError<L>>
pub fn to_owned_handle<L: TrieLayout>( &self, ) -> Result<NodeHandleOwned<TrieHash<L>>, TrieHash<L>, CError<L>>
Converts this node handle into a NodeHandleOwned
.
Trait Implementations§
source§impl<'a> Clone for NodeHandle<'a>
impl<'a> Clone for NodeHandle<'a>
source§fn clone(&self) -> NodeHandle<'a>
fn clone(&self) -> NodeHandle<'a>
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 moresource§impl<'a> Debug for NodeHandle<'a>
impl<'a> Debug for NodeHandle<'a>
source§impl<'a> PartialEq for NodeHandle<'a>
impl<'a> PartialEq for NodeHandle<'a>
source§fn eq(&self, other: &NodeHandle<'a>) -> bool
fn eq(&self, other: &NodeHandle<'a>) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl<'a, HO> TryFrom<NodeHandle<'a>> for ChildReference<HO>
impl<'a, HO> TryFrom<NodeHandle<'a>> for ChildReference<HO>
impl<'a> Copy for NodeHandle<'a>
impl<'a> Eq for NodeHandle<'a>
impl<'a> StructuralPartialEq for NodeHandle<'a>
Auto Trait Implementations§
impl<'a> Freeze for NodeHandle<'a>
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)