pub struct XmlNsMapItem { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for XmlNsMapItem
impl !RefUnwindSafe for XmlNsMapItem
impl !Send for XmlNsMapItem
impl !Sync for XmlNsMapItem
impl Unpin for XmlNsMapItem
impl !UnwindSafe for XmlNsMapItem
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