pub struct DecodedSeparatorsDisplay<'m> { /* private fields */ }
Expand description
A display implementation which decodes the escape sequences in the value using the separators.
Trait Implementations§
Auto Trait Implementations§
impl<'m> Freeze for DecodedSeparatorsDisplay<'m>
impl<'m> RefUnwindSafe for DecodedSeparatorsDisplay<'m>
impl<'m> Send for DecodedSeparatorsDisplay<'m>
impl<'m> Sync for DecodedSeparatorsDisplay<'m>
impl<'m> Unpin for DecodedSeparatorsDisplay<'m>
impl<'m> UnwindSafe for DecodedSeparatorsDisplay<'m>
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