pub struct XmlElement { /* private fields */ }Expand description
Representation of an XML element with optional children
Implementations§
Source§impl XmlElement
impl XmlElement
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for XmlElement
impl !Send for XmlElement
impl !Sync for XmlElement
impl !UnwindSafe for XmlElement
impl Freeze for XmlElement
impl Unpin for XmlElement
impl UnsafeUnpin 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