pub struct NamespaceUri(/* private fields */);Expand description
Namespace URI associated with a qualified XML name.
Implementations§
Trait Implementations§
Source§impl Clone for NamespaceUri
impl Clone for NamespaceUri
Source§fn clone(&self) -> NamespaceUri
fn clone(&self) -> NamespaceUri
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for NamespaceUri
impl Debug for NamespaceUri
Source§impl Display for NamespaceUri
impl Display for NamespaceUri
impl Eq for NamespaceUri
Source§impl Hash for NamespaceUri
impl Hash for NamespaceUri
Source§impl Ord for NamespaceUri
impl Ord for NamespaceUri
Source§fn cmp(&self, other: &NamespaceUri) -> Ordering
fn cmp(&self, other: &NamespaceUri) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for NamespaceUri
impl PartialEq for NamespaceUri
Source§fn eq(&self, other: &NamespaceUri) -> bool
fn eq(&self, other: &NamespaceUri) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for NamespaceUri
impl PartialOrd for NamespaceUri
impl StructuralPartialEq for NamespaceUri
Source§impl TryFrom<&str> for NamespaceUri
impl TryFrom<&str> for NamespaceUri
Auto Trait Implementations§
impl Freeze for NamespaceUri
impl RefUnwindSafe for NamespaceUri
impl Send for NamespaceUri
impl Sync for NamespaceUri
impl Unpin for NamespaceUri
impl UnsafeUnpin for NamespaceUri
impl UnwindSafe for NamespaceUri
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more