Struct sxd_xpath::OwnedPrefixedName [] [src]

pub struct OwnedPrefixedName { /* fields omitted */ }

Trait Implementations

impl Debug for OwnedPrefixedName
[src]

Formats the value using the given formatter.

impl Clone for OwnedPrefixedName
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for OwnedPrefixedName
[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 OwnedPrefixedName
[src]

impl Hash for OwnedPrefixedName
[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 OwnedPrefixedName
[src]

Performs the conversion.

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

Performs the conversion.

impl<'a> From<PrefixedName<'a>> for OwnedPrefixedName
[src]

Performs the conversion.