Enum amxml::dom::NodeType[][src]

pub enum NodeType {
    DocumentRoot,
    Element,
    Text,
    Comment,
    XMLDecl,
    Instruction,
    Attribute,
    Directive,
}

Type of node in the XML document tree.

Variants

Trait Implementations

impl Debug for NodeType
[src]

Formats the value using the given formatter. Read more

impl PartialEq for NodeType
[src]

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

This method tests for !=.

impl Clone for NodeType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for NodeType

impl Sync for NodeType