pub struct XTree<'doc>(/* private fields */);
Expand description
A tree representation of the XML format. It is a wrapper around roxmltree::Document
Implementations§
Source§impl<'a, 'doc: 'a> XTree<'doc>
impl<'a, 'doc: 'a> XTree<'doc>
Trait Implementations§
Auto Trait Implementations§
impl<'doc> Freeze for XTree<'doc>
impl<'doc> RefUnwindSafe for XTree<'doc>
impl<'doc> Send for XTree<'doc>
impl<'doc> Sync for XTree<'doc>
impl<'doc> Unpin for XTree<'doc>
impl<'doc> UnwindSafe for XTree<'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