Struct markup5ever::interface::ExpandedName [] [src]

pub struct ExpandedName<'a> {
    pub ns: &'a Namespace,
    pub local: &'a LocalName,
}

Fields

Trait Implementations

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

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> Eq for ExpandedName<'a>
[src]

impl<'a> Hash for ExpandedName<'a>
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl<'a, 'b> PartialEq<ExpandedName<'a>> for ExpandedName<'b>
[src]

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

This method tests for !=.

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

Formats the value using the given formatter.