pub struct XmlElement(pub Package);Tuple Fields§
§0: PackageImplementations§
Source§impl XmlElement
impl XmlElement
pub fn as_document(&self) -> Document<'_>
Source§impl XmlElement
impl XmlElement
Auto Trait Implementations§
impl !Freeze for XmlElement
impl !RefUnwindSafe for XmlElement
impl !Send for XmlElement
impl !Sync for XmlElement
impl Unpin for XmlElement
impl UnsafeUnpin for XmlElement
impl UnwindSafe for XmlElement
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