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