pub struct DomHash(pub u64);
Expand description
Calculated hash of a DOM node, used for querying attributes of the DOM node
Tuple Fields§
§0: u64
Trait Implementations§
Source§impl Ord for DomHash
impl Ord for DomHash
Source§impl PartialOrd for DomHash
impl PartialOrd for DomHash
impl Copy for DomHash
impl Eq for DomHash
impl StructuralPartialEq for DomHash
Auto Trait Implementations§
impl Freeze for DomHash
impl RefUnwindSafe for DomHash
impl Send for DomHash
impl Sync for DomHash
impl Unpin for DomHash
impl UnwindSafe for DomHash
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)