pub struct NodeIdentity(pub u64);Expand description
Stable node identity for cross-phase correlation (e.g., linking Phase 1 results to Phase 2 DOM nodes)
Tuple Fields§
§0: u64Trait Implementations§
Source§impl Clone for NodeIdentity
impl Clone for NodeIdentity
Source§fn clone(&self) -> NodeIdentity
fn clone(&self) -> NodeIdentity
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 moreimpl Copy for NodeIdentity
Source§impl Debug for NodeIdentity
impl Debug for NodeIdentity
impl Eq for NodeIdentity
Source§impl Hash for NodeIdentity
impl Hash for NodeIdentity
Source§impl PartialEq for NodeIdentity
impl PartialEq for NodeIdentity
Source§fn eq(&self, other: &NodeIdentity) -> bool
fn eq(&self, other: &NodeIdentity) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for NodeIdentity
Auto Trait Implementations§
impl Freeze for NodeIdentity
impl RefUnwindSafe for NodeIdentity
impl Send for NodeIdentity
impl Sync for NodeIdentity
impl Unpin for NodeIdentity
impl UnsafeUnpin for NodeIdentity
impl UnwindSafe for NodeIdentity
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