Struct xml::name::ReprDisplay [−][src]
pub struct ReprDisplay<'a, 'b: 'a>(_);
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,
'b: 'a,