Enum xml_builder::XMLVersion[][src]

pub enum XMLVersion {
    XML1_0,
    XML1_1,
}
Expand description

Enum representing all currently available XML versions.

Variants

XML1_0

XML version 1.0. First definition in 1998.

XML1_1

XML version 1.1. First definition in 2004.

Trait Implementations

Converts the XMLVersion enum value into a string usable in the XML document

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.