pub struct XNode<'a, 'doc: 'a> { /* private fields */ }
Expand description
A node in the XML tree. It can be an element node, an attribute node, or a text node.
Implementations§
Trait Implementations§
impl<'a, 'doc: 'a> Copy for XNode<'a, 'doc>
impl Eq for XNode<'_, '_>
impl<'a, 'doc: 'a> StructuralPartialEq for XNode<'a, 'doc>
Auto Trait Implementations§
impl<'a, 'doc> Freeze for XNode<'a, 'doc>
impl<'a, 'doc> RefUnwindSafe for XNode<'a, 'doc>
impl<'a, 'doc> Send for XNode<'a, 'doc>
impl<'a, 'doc> Sync for XNode<'a, 'doc>
impl<'a, 'doc> Unpin for XNode<'a, 'doc>
impl<'a, 'doc> UnwindSafe for XNode<'a, 'doc>
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