Enum clarity_repl::repl::debug::BreakpointData
source · pub enum BreakpointData {
Source(SourceBreakpoint),
Function(FunctionBreakpoint),
Data(DataBreakpoint),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for BreakpointData
impl Send for BreakpointData
impl Sync for BreakpointData
impl Unpin for BreakpointData
impl UnwindSafe for BreakpointData
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