pub enum DataBreakpointInfo {}Expand description
Obtains information on a possible data breakpoint that could be set on an expression or variable.
Clients should only call this request if the corresponding capability supportsDataBreakpoints is true.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DataBreakpointInfo
impl RefUnwindSafe for DataBreakpointInfo
impl Send for DataBreakpointInfo
impl Sync for DataBreakpointInfo
impl Unpin for DataBreakpointInfo
impl UnwindSafe for DataBreakpointInfo
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