struct XmlName<'n>(&'n str);
Expand description
Helper struct to self-defense from errors
Tuple Fields§
§0: &'n str
Implementations§
Trait Implementations§
impl<'n> Copy for XmlName<'n>
impl<'n> StructuralPartialEq for XmlName<'n>
Auto Trait Implementations§
impl<'n> Freeze for XmlName<'n>
impl<'n> RefUnwindSafe for XmlName<'n>
impl<'n> Send for XmlName<'n>
impl<'n> Sync for XmlName<'n>
impl<'n> Unpin for XmlName<'n>
impl<'n> UnwindSafe for XmlName<'n>
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