Struct trie_db::recorder::Record [−][src]
A record of a visited node.
Fields
depth: u32
The depth of this node.
data: Vec<u8>
The raw data of the node.
hash: HO
The hash of the data.
Trait Implementations
impl<HO: Clone> Clone for Record<HO>
[src]
impl<HO: Debug> Debug for Record<HO>
[src]
impl<HO: Eq> Eq for Record<HO>
[src]
impl<HO: PartialEq> PartialEq<Record<HO>> for Record<HO>
[src]
impl<HO> StructuralEq for Record<HO>
[src]
impl<HO> StructuralPartialEq for Record<HO>
[src]
Auto Trait Implementations
impl<HO> RefUnwindSafe for Record<HO> where
HO: RefUnwindSafe,
HO: RefUnwindSafe,
impl<HO> Send for Record<HO> where
HO: Send,
HO: Send,
impl<HO> Sync for Record<HO> where
HO: Sync,
HO: Sync,
impl<HO> Unpin for Record<HO> where
HO: Unpin,
HO: Unpin,
impl<HO> UnwindSafe for Record<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>,