pub struct CommentMarker;Expand description
Marker type for comment nodes.
Represents comment nodes (<!-- ... -->) in the DOM tree.
Trait Implementations§
Source§impl Clone for CommentMarker
impl Clone for CommentMarker
Source§fn clone(&self) -> CommentMarker
fn clone(&self) -> CommentMarker
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 CommentMarker
impl Debug for CommentMarker
Source§impl NodeType for CommentMarker
impl NodeType for CommentMarker
impl Copy for CommentMarker
Auto Trait Implementations§
impl Freeze for CommentMarker
impl RefUnwindSafe for CommentMarker
impl Send for CommentMarker
impl Sync for CommentMarker
impl Unpin for CommentMarker
impl UnwindSafe for CommentMarker
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