pub enum BreakpointLocations {}Expand description
The breakpointLocations request returns all possible locations for source breakpoints in a given range.
Clients should only call this request if the corresponding capability supportsBreakpointLocationsRequest is true.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BreakpointLocations
impl RefUnwindSafe for BreakpointLocations
impl Send for BreakpointLocations
impl Sync for BreakpointLocations
impl Unpin for BreakpointLocations
impl UnwindSafe for BreakpointLocations
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