Struct xml5ever::tree_builder::NamespaceMapStack
source · struct NamespaceMapStack(Vec<NamespaceMap>);
Tuple Fields§
§0: Vec<NamespaceMap>
Implementations§
source§impl NamespaceMapStack
impl NamespaceMapStack
fn new() -> NamespaceMapStack
fn push(&mut self, map: NamespaceMap)
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