Enum xmlparser::Reference [−][src]
Representation of the Reference value.
Variants
EntityRef(&'a str)An entity reference.
CharRef(char)A character reference.
Trait Implementations
impl<'a> PartialEq for Reference<'a>[src]
impl<'a> PartialEq for Reference<'a>fn eq(&self, other: &Reference<'a>) -> bool[src]
fn eq(&self, other: &Reference<'a>) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Reference<'a>) -> bool[src]
fn ne(&self, other: &Reference<'a>) -> boolThis method tests for !=.
impl<'a> Clone for Reference<'a>[src]
impl<'a> Clone for Reference<'a>fn clone(&self) -> Reference<'a>[src]
fn clone(&self) -> Reference<'a>Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl<'a> Copy for Reference<'a>[src]
impl<'a> Copy for Reference<'a>impl<'a> Debug for Reference<'a>[src]
impl<'a> Debug for Reference<'a>