pub enum Terminated {}Expand description
The event indicates that debugging of the debuggee has terminated. This does not mean that the debuggee itself has exited.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Terminated
impl RefUnwindSafe for Terminated
impl Send for Terminated
impl Sync for Terminated
impl Unpin for Terminated
impl UnwindSafe for Terminated
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