pub enum ConfigurationDone {}
Expand description
This request indicates that the client has finished initialization of the debug adapter.
So it is the last request in the sequence of configuration requests (which was started by the initialized
event).
Clients should only call this request if the corresponding capability supportsConfigurationDoneRequest
is true.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ConfigurationDone
impl RefUnwindSafe for ConfigurationDone
impl Send for ConfigurationDone
impl Sync for ConfigurationDone
impl Unpin for ConfigurationDone
impl UnwindSafe for ConfigurationDone
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