Struct sn0int_std::xml::XmlElement [−][src]
pub struct XmlElement {
pub name: String,
pub attrs: HashMap<String, String>,
pub text: Option<String>,
pub children: Vec<XmlElement>,
}
Fields
name: String
attrs: HashMap<String, String>
text: Option<String>
children: Vec<XmlElement>
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for XmlElement
impl Send for XmlElement
impl Sync for XmlElement
impl Unpin for XmlElement
impl UnwindSafe for XmlElement
Blanket Implementations
Mutably borrows from an owned value. Read more