pub struct Document<'buf> { /* private fields */ }Expand description
The output of [parse]: the element tree with path resolution embedded in each element.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'buf> !Send for Document<'buf>
impl<'buf> !Sync for Document<'buf>
impl<'buf> Freeze for Document<'buf>
impl<'buf> RefUnwindSafe for Document<'buf>
impl<'buf> Unpin for Document<'buf>
impl<'buf> UnsafeUnpin for Document<'buf>
impl<'buf> UnwindSafe for Document<'buf>
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