pub enum StoppointId {
BreakpointSite(i32),
Watchpoint(i32),
}Variants§
Auto Trait Implementations§
impl Freeze for StoppointId
impl RefUnwindSafe for StoppointId
impl Send for StoppointId
impl Sync for StoppointId
impl Unpin for StoppointId
impl UnwindSafe for StoppointId
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