Enum trie_db::triedbmut::ChildReference [−][src]
pub enum ChildReference<HO> { Hash(HO), Inline(HO, usize), }
Used to build a collection of child nodes from a collection of NodeHandle
s
Variants
Inline(HO, usize)
Trait Implementations
impl<HO: Clone> Clone for ChildReference<HO>
[src][+]
impl<HO: Copy> Copy for ChildReference<HO>
[src]
impl<HO: Debug> Debug for ChildReference<HO>
[src][+]
impl<'a, HO> TryFrom<NodeHandle<'a>> for ChildReference<HO> where
HO: AsRef<[u8]> + AsMut<[u8]> + Default + Clone + Copy,
[src][+]
HO: AsRef<[u8]> + AsMut<[u8]> + Default + Clone + Copy,
Auto Trait Implementations
impl<HO> RefUnwindSafe for ChildReference<HO> where
HO: RefUnwindSafe,
HO: RefUnwindSafe,
impl<HO> Send for ChildReference<HO> where
HO: Send,
HO: Send,
impl<HO> Sync for ChildReference<HO> where
HO: Sync,
HO: Sync,
impl<HO> Unpin for ChildReference<HO> where
HO: Unpin,
HO: Unpin,
impl<HO> UnwindSafe for ChildReference<HO> where
HO: UnwindSafe,
HO: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> MaybeDebug for T where
T: Debug,
[src]
T: Debug,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,