pub struct RuntimeNodeRecord<H: Copy + Eq> { /* private fields */ }Expand description
Recorded runtime node mapping.
Implementations§
Source§impl<H: Copy + Eq> RuntimeNodeRecord<H>
impl<H: Copy + Eq> RuntimeNodeRecord<H>
Trait Implementations§
Source§impl<H: Clone + Copy + Eq> Clone for RuntimeNodeRecord<H>
impl<H: Clone + Copy + Eq> Clone for RuntimeNodeRecord<H>
Source§fn clone(&self) -> RuntimeNodeRecord<H>
fn clone(&self) -> RuntimeNodeRecord<H>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<H: PartialEq + Copy + Eq> PartialEq for RuntimeNodeRecord<H>
impl<H: PartialEq + Copy + Eq> PartialEq for RuntimeNodeRecord<H>
Source§fn eq(&self, other: &RuntimeNodeRecord<H>) -> bool
fn eq(&self, other: &RuntimeNodeRecord<H>) -> bool
Tests for
self and other values to be equal, and is used by ==.impl<H: Eq + Copy + Eq> Eq for RuntimeNodeRecord<H>
impl<H: Copy + Eq> StructuralPartialEq for RuntimeNodeRecord<H>
Auto Trait Implementations§
impl<H> Freeze for RuntimeNodeRecord<H>where
H: Freeze,
impl<H> RefUnwindSafe for RuntimeNodeRecord<H>where
H: RefUnwindSafe,
impl<H> Send for RuntimeNodeRecord<H>where
H: Send,
impl<H> Sync for RuntimeNodeRecord<H>where
H: Sync,
impl<H> Unpin for RuntimeNodeRecord<H>where
H: Unpin,
impl<H> UnsafeUnpin for RuntimeNodeRecord<H>where
H: UnsafeUnpin,
impl<H> UnwindSafe for RuntimeNodeRecord<H>where
H: UnwindSafe,
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more