pub struct Package { /* private fields */ }Expand description
The main entrypoint to an XML document
This is an opaque structure that stores the internal details of
the XML document. Modify the document via as_document.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for Package
impl !RefUnwindSafe for Package
impl !Send for Package
impl !Sync for Package
impl Unpin for Package
impl UnwindSafe for Package
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