pub enum Continued {}Expand description
The event indicates that the execution of the debuggee has continued.
Please note: a debug adapter is not expected to send this event in response to a request that implies that execution continues, e.g. launch or continue.
It is only necessary to send a continued event if there was no previous request that implied this.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Continued
impl RefUnwindSafe for Continued
impl Send for Continued
impl Sync for Continued
impl Unpin for Continued
impl UnwindSafe for Continued
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