pub struct NamespaceMap(/* private fields */);Expand description
In some circumstances, a transformation must resolve a qualified name. To do this, it must have a copy of the in-scope namespaces. This type represents a mapping from prefix to Namespace URI. The “None” prefix is for the default namespace.
Implementations§
Auto Trait Implementations§
impl Freeze for NamespaceMap
impl RefUnwindSafe for NamespaceMap
impl !Send for NamespaceMap
impl !Sync for NamespaceMap
impl Unpin for NamespaceMap
impl UnwindSafe for NamespaceMap
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