Enum trie_db::triedbmut::ChildReference [−][src]
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]
fn clone(&self) -> ChildReference<HO>
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[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,
pub fn borrow_mut(&mut self) -> &mut Tⓘ
[src]
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,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,