pub enum Exited {}Expand description
The event indicates that the debuggee has exited and returns its exit code.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Exited
impl RefUnwindSafe for Exited
impl Send for Exited
impl Sync for Exited
impl Unpin for Exited
impl UnwindSafe for Exited
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