pub struct TraceListDisplay<'a> { /* private fields */ }Expand description
Helper struct for printing MSTraceList with format! and {}.
Trait Implementations§
Source§impl Debug for TraceListDisplay<'_>
impl Debug for TraceListDisplay<'_>
Auto Trait Implementations§
impl<'a> Freeze for TraceListDisplay<'a>
impl<'a> RefUnwindSafe for TraceListDisplay<'a>
impl<'a> !Send for TraceListDisplay<'a>
impl<'a> !Sync for TraceListDisplay<'a>
impl<'a> Unpin for TraceListDisplay<'a>
impl<'a> UnwindSafe for TraceListDisplay<'a>
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