Struct xml::name::ReprDisplay
source · [−]pub struct ReprDisplay<'a, 'b: 'a>(_);
Expand description
A wrapper around Name
whose Display
implementation prints the wrapped name as it is
displayed in an XML document.
Trait Implementations
Auto Trait Implementations
impl<'a, 'b> RefUnwindSafe for ReprDisplay<'a, 'b>
impl<'a, 'b> Send for ReprDisplay<'a, 'b>
impl<'a, 'b> Sync for ReprDisplay<'a, 'b>
impl<'a, 'b> Unpin for ReprDisplay<'a, 'b> where
'b: 'a,
impl<'a, 'b> UnwindSafe for ReprDisplay<'a, 'b>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more