Struct xml::EndTag
[−]
[src]
pub struct EndTag {
pub name: String,
pub ns: Option<String>,
pub prefix: Option<String>,
}Structure describing a closing tag
Fields
name: String
The tag's name
ns: Option<String>
The tag's namespace
prefix: Option<String>
The tag's prefix
Trait Implementations
impl PartialEq for EndTag[src]
fn eq(&self, __arg_0: &EndTag) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &EndTag) -> bool
This method tests for !=.