pub enum SetBreakpoints {}
Expand description
Sets multiple breakpoints for a single source and clears all previous breakpoints in that source.
To clear all breakpoint for a source, specify an empty array.
When a breakpoint is hit, a stopped
event (with reason breakpoint
) is generated.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SetBreakpoints
impl RefUnwindSafe for SetBreakpoints
impl Send for SetBreakpoints
impl Sync for SetBreakpoints
impl Unpin for SetBreakpoints
impl UnwindSafe for SetBreakpoints
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