pub struct EscapeDisplay<E, T>{ /* private fields */ }Implementations§
Trait Implementations§
Source§impl<E, T> Debug for EscapeDisplay<E, T>
impl<E, T> Debug for EscapeDisplay<E, T>
Auto Trait Implementations§
impl<E, T> Freeze for EscapeDisplay<E, T>
impl<E, T> RefUnwindSafe for EscapeDisplay<E, T>where
E: RefUnwindSafe,
T: RefUnwindSafe,
impl<E, T> Send for EscapeDisplay<E, T>
impl<E, T> Sync for EscapeDisplay<E, T>
impl<E, T> Unpin for EscapeDisplay<E, T>
impl<E, T> UnwindSafe for EscapeDisplay<E, T>where
E: UnwindSafe,
T: UnwindSafe,
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