pub struct DebugInfo<'a> { /* private fields */ }Expand description
A struct containing postmortem debug information that will be sent with
something that implements the SubmitMethod trait, through watch().
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for DebugInfo<'a>
impl<'a> RefUnwindSafe for DebugInfo<'a>
impl<'a> Send for DebugInfo<'a>
impl<'a> Sync for DebugInfo<'a>
impl<'a> Unpin for DebugInfo<'a>
impl<'a> UnwindSafe for DebugInfo<'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