Struct BreakpointRange
pub struct BreakpointRange { /* private fields */ }Expand description
Inclusive lower and exclusive upper range for a breakpoint.
Implementations§
Trait Implementations§
§impl Clone for BreakpointRange
impl Clone for BreakpointRange
§fn clone(&self) -> BreakpointRange
fn clone(&self) -> BreakpointRange
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more§impl Debug for BreakpointRange
impl Debug for BreakpointRange
§impl Hash for BreakpointRange
impl Hash for BreakpointRange
§impl PartialEq for BreakpointRange
impl PartialEq for BreakpointRange
impl Copy for BreakpointRange
impl Eq for BreakpointRange
impl StructuralPartialEq for BreakpointRange
Auto Trait Implementations§
impl Freeze for BreakpointRange
impl RefUnwindSafe for BreakpointRange
impl Send for BreakpointRange
impl Sync for BreakpointRange
impl Unpin for BreakpointRange
impl UnsafeUnpin for BreakpointRange
impl UnwindSafe for BreakpointRange
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