Struct xml5ever::serialize::NamespaceMapStack
source · struct NamespaceMapStack(Vec<NamespaceMap>);
Tuple Fields§
§0: Vec<NamespaceMap>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NamespaceMapStack
impl RefUnwindSafe for NamespaceMapStack
impl Send for NamespaceMapStack
impl Sync for NamespaceMapStack
impl Unpin for NamespaceMapStack
impl UnwindSafe for NamespaceMapStack
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