Enum xml::common::XmlVersion [−][src]
pub enum XmlVersion {
Version10,
Version11,
}
Expand description
XML version enumeration.
Variants
Version10
XML version 1.0.
Version11
XML version 1.1.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for XmlVersion
impl Send for XmlVersion
impl Sync for XmlVersion
impl Unpin for XmlVersion
impl UnwindSafe for XmlVersion
Blanket Implementations
Mutably borrows from an owned value. Read more