Struct kuchiki::ExpandedName [] [src]

pub struct ExpandedName {
    pub ns: Namespace,
    pub local: LocalName,
}

https://www.w3.org/TR/REC-xml-names/#dt-expname

Fields

Namespace URL

"Local" part of the name

Methods

impl ExpandedName
[src]

[src]

Trivial constructor

Trait Implementations

impl Debug for ExpandedName
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for ExpandedName
[src]

[src]

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

[src]

This method tests for !=.

impl Eq for ExpandedName
[src]

impl Hash for ExpandedName
[src]

[src]

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

1.3.0
[src]

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

impl Clone for ExpandedName
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more