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 Freeze for XmlElement
impl !RefUnwindSafe for XmlElement
impl !Send for XmlElement
impl !Sync for XmlElement
impl Unpin 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