pub enum RestartFrame {}
Expand description
The request restarts execution of the specified stack frame.
The debug adapter first sends the response and then a stopped
event (with reason restart
) after the restart has completed.
Clients should only call this request if the corresponding capability supportsRestartFrame
is true.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RestartFrame
impl RefUnwindSafe for RestartFrame
impl Send for RestartFrame
impl Sync for RestartFrame
impl Unpin for RestartFrame
impl UnwindSafe for RestartFrame
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