Enum treexml::XmlVersion[][src]

pub enum XmlVersion {
    Version10,
    Version11,
}

Enumeration of XML versions

This exists solely because xml-rs's XmlVersion doesn't implement Debug

Variants

XML Version 1.0

XML Version 1.1

Trait Implementations

impl Debug for XmlVersion
[src]

Formats the value using the given formatter. Read more

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 From<BaseXmlVersion> for XmlVersion
[src]

Performs the conversion.

impl From<XmlVersion> for BaseXmlVersion
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for XmlVersion

impl Sync for XmlVersion