Expand description
The record of a visited node.
Fields
hash: HOThe hash of the node.
data: Vec<u8>The data representing the node.
Trait Implementations
impl<HO: Eq> Eq for Record<HO>
impl<HO> StructuralEq for Record<HO>
impl<HO> StructuralPartialEq for Record<HO>
Auto Trait Implementations
impl<HO> RefUnwindSafe for Record<HO> where
HO: RefUnwindSafe,
impl<HO> Send for Record<HO> where
HO: Send,
impl<HO> Sync for Record<HO> where
HO: Sync,
impl<HO> Unpin for Record<HO> where
HO: Unpin,
impl<HO> UnwindSafe for Record<HO> where
HO: 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