pub enum Restart {}
Expand description
Restarts a debug session. Clients should only call this request if the corresponding capability supportsRestartRequest
is true.
If the capability is missing or has the value false, a typical client emulates restart
by terminating the debug adapter first and then launching it anew.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Restart
impl RefUnwindSafe for Restart
impl Send for Restart
impl Sync for Restart
impl Unpin for Restart
impl UnwindSafe for Restart
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