pub struct PrintRawXml<'x, T>(pub &'x T);
Expand description
Provides a helper which implements Display printing raw XML
Tuple Fields§
§0: &'x T
Trait Implementations§
Auto Trait Implementations§
impl<'x, T> Freeze for PrintRawXml<'x, T>
impl<'x, T> RefUnwindSafe for PrintRawXml<'x, T>where
T: RefUnwindSafe,
impl<'x, T> Send for PrintRawXml<'x, T>where
T: Sync,
impl<'x, T> Sync for PrintRawXml<'x, T>where
T: Sync,
impl<'x, T> Unpin for PrintRawXml<'x, T>
impl<'x, T> UnwindSafe for PrintRawXml<'x, T>where
T: RefUnwindSafe,
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
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> ToCompactString for Twhere
T: Display,
impl<T> ToCompactString for Twhere
T: Display,
Source§fn to_compact_string(&self) -> CompactString
fn to_compact_string(&self) -> CompactString
Converts the given value to a
CompactString
. Read more