pub struct Recorder<HO> { /* private fields */ }
Expand description
Records trie nodes as they pass it.
Implementations
sourceimpl<HO: Copy> Recorder<HO>
impl<HO: Copy> Recorder<HO>
Trait Implementations
Auto Trait Implementations
impl<HO> RefUnwindSafe for Recorder<HO> where
HO: RefUnwindSafe,
impl<HO> Send for Recorder<HO> where
HO: Send,
impl<HO> Sync for Recorder<HO> where
HO: Sync,
impl<HO> Unpin for Recorder<HO> where
HO: Unpin,
impl<HO> UnwindSafe for Recorder<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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more