pub struct DomId(pub NodeId);Expand description
DOM node identifier (for parent/child references)
Tuple Fields§
§0: NodeIdImplementations§
Trait Implementations§
impl Copy for DomId
impl Eq for DomId
impl StructuralPartialEq for DomId
Auto Trait Implementations§
impl Freeze for DomId
impl RefUnwindSafe for DomId
impl Send for DomId
impl Sync for DomId
impl Unpin for DomId
impl UnsafeUnpin for DomId
impl UnwindSafe for DomId
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