Enum xmlparser::Reference[][src]

pub enum Reference<'a> {
    EntityRef(StrSpan<'a>),
    CharRef(char),
}

Representation of the Reference value.

Variants

Trait Implementations

impl<'a> PartialEq for Reference<'a>
[src]

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

This method tests for !=.

impl<'a> Clone for Reference<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> Copy for Reference<'a>
[src]

impl<'a> Debug for Reference<'a>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for Reference<'a>

impl<'a> Sync for Reference<'a>