pub struct ElementMarker;Expand description
Marker type for element nodes.
Represents element nodes in the DOM tree (e.g., <div>, <span>, <p>).
Trait Implementations§
Source§impl Clone for ElementMarker
impl Clone for ElementMarker
Source§fn clone(&self) -> ElementMarker
fn clone(&self) -> ElementMarker
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ElementMarker
impl Debug for ElementMarker
Source§impl NodeType for ElementMarker
impl NodeType for ElementMarker
impl Copy for ElementMarker
Auto Trait Implementations§
impl Freeze for ElementMarker
impl RefUnwindSafe for ElementMarker
impl Send for ElementMarker
impl Sync for ElementMarker
impl Unpin for ElementMarker
impl UnwindSafe for ElementMarker
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