pub struct TraceReport;Expand description
Report type for error reporting as tracing format.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TraceReport
impl RefUnwindSafe for TraceReport
impl Send for TraceReport
impl Sync for TraceReport
impl Unpin for TraceReport
impl UnsafeUnpin for TraceReport
impl UnwindSafe for TraceReport
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