pub struct ProgramReport(/* private fields */);
Expand description
A report for a program exit.
Trait Implementations§
Source§impl Debug for ProgramReport
impl Debug for ProgramReport
Source§impl Display for ProgramReport
impl Display for ProgramReport
Auto Trait Implementations§
impl Freeze for ProgramReport
impl !RefUnwindSafe for ProgramReport
impl !Send for ProgramReport
impl !Sync for ProgramReport
impl Unpin for ProgramReport
impl !UnwindSafe for ProgramReport
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