Enum xml::common::XmlVersion [] [src]

pub enum XmlVersion {
    Version10,
    Version11,
}

XML version enumeration.

Variants

XML version 1.0.

XML version 1.1.

Trait Implementations

impl Copy for XmlVersion
[src]

impl Clone for XmlVersion
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for XmlVersion
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for XmlVersion
[src]

impl Display for XmlVersion
[src]

Formats the value using the given formatter. Read more

impl Debug for XmlVersion
[src]

Formats the value using the given formatter.