pub struct NamespaceIdentity { /* private fields */ }Expand description
Identity of one XPath namespace node and its owning element.
Implementations§
Trait Implementations§
Source§impl Clone for NamespaceIdentity
impl Clone for NamespaceIdentity
Source§fn clone(&self) -> NamespaceIdentity
fn clone(&self) -> NamespaceIdentity
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 NamespaceIdentity
impl Debug for NamespaceIdentity
impl Eq for NamespaceIdentity
Source§impl Hash for NamespaceIdentity
impl Hash for NamespaceIdentity
Source§impl PartialEq for NamespaceIdentity
impl PartialEq for NamespaceIdentity
impl StructuralPartialEq for NamespaceIdentity
Auto Trait Implementations§
impl Freeze for NamespaceIdentity
impl RefUnwindSafe for NamespaceIdentity
impl Send for NamespaceIdentity
impl Sync for NamespaceIdentity
impl Unpin for NamespaceIdentity
impl UnsafeUnpin for NamespaceIdentity
impl UnwindSafe for NamespaceIdentity
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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