Enum xml_builder::XMLVersion [−][src]
pub enum XMLVersion {
XML1_0,
XML1_1,
}Expand description
Enum representing all currently available XML versions.
Variants
XML version 1.0. First definition in 1998.
XML version 1.1. First definition in 2004.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for XMLVersionimpl Send for XMLVersionimpl Sync for XMLVersionimpl Unpin for XMLVersionimpl UnwindSafe for XMLVersion