pub struct QName<'s> { /* private fields */ }Expand description
A namespace-qualified name. This represents the name of an element or attribute after the prefix has been mapped to a specific namespace.
Implementations§
Trait Implementations§
impl<'s> Copy for QName<'s>
impl<'s> StructuralPartialEq for QName<'s>
Auto Trait Implementations§
impl<'s> Freeze for QName<'s>
impl<'s> RefUnwindSafe for QName<'s>
impl<'s> Send for QName<'s>
impl<'s> Sync for QName<'s>
impl<'s> Unpin for QName<'s>
impl<'s> UnwindSafe for QName<'s>
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