Enum xmlparser::XmlSpace[][src]

pub enum XmlSpace {
    Default,
    Preserve,
}

Representation of the xml:space attribute.

Variants

Trait Implementations

impl Clone for XmlSpace
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for XmlSpace
[src]

impl PartialEq for XmlSpace
[src]

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

This method tests for !=.

impl Debug for XmlSpace
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for XmlSpace

impl Sync for XmlSpace