pub enum StepInTargets {}
Expand description
This request retrieves the possible step-in targets for the specified stack frame.
These targets can be used in the stepIn
request.
Clients should only call this request if the corresponding capability supportsStepInTargetsRequest
is true.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StepInTargets
impl RefUnwindSafe for StepInTargets
impl Send for StepInTargets
impl Sync for StepInTargets
impl Unpin for StepInTargets
impl UnwindSafe for StepInTargets
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