pub struct DomText { /* private fields */ }Expand description
A DOM text node.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DomText
impl RefUnwindSafe for DomText
impl !Send for DomText
impl !Sync for DomText
impl Unpin for DomText
impl UnsafeUnpin for DomText
impl UnwindSafe for DomText
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