Struct sxd_xpath::OwnedQName [] [src]

pub struct OwnedQName { /* fields omitted */ }

Trait Implementations

impl Debug for OwnedQName
[src]

Formats the value using the given formatter.

impl Clone for OwnedQName
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for OwnedQName
[src]

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

This method tests for !=.

impl Eq for OwnedQName
[src]

impl Hash for OwnedQName
[src]

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

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

impl<'a> From<&'a str> for OwnedQName
[src]

Performs the conversion.

impl<'a> From<(&'a str, &'a str)> for OwnedQName
[src]

Performs the conversion.

impl<'a> From<QName<'a>> for OwnedQName
[src]

Performs the conversion.