Struct sxd_document::QName [] [src]

pub struct QName<'s> { /* fields omitted */ }

A namespace-qualified name. This represents the name of an element or attribute after the prefix has been mapped to a specific namespace.

Methods

impl<'s> QName<'s>
[src]

[src]

Create a QName without a namespace

[src]

Create a QName with an optional namespace

[src]

[src]

Trait Implementations

impl<'s> Debug for QName<'s>
[src]

[src]

Formats the value using the given formatter.

impl<'s> Copy for QName<'s>
[src]

impl<'s> Clone for QName<'s>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<'s> PartialEq for QName<'s>
[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<'s> From<(&'s str, &'s str)> for QName<'s>
[src]

[src]

Performs the conversion.

impl<'s> From<&'s str> for QName<'s>
[src]

[src]

Performs the conversion.