pub struct BreakpointRange { /* private fields */ }Expand description
Inclusive lower and exclusive upper range for a breakpoint.
Implementations§
Trait Implementations§
Source§impl Clone for BreakpointRange
impl Clone for BreakpointRange
Source§fn clone(&self) -> BreakpointRange
fn clone(&self) -> BreakpointRange
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for BreakpointRange
impl Debug for BreakpointRange
Source§impl Hash for BreakpointRange
impl Hash for BreakpointRange
Source§impl PartialEq for BreakpointRange
impl PartialEq for BreakpointRange
Source§fn eq(&self, other: &BreakpointRange) -> bool
fn eq(&self, other: &BreakpointRange) -> bool
Tests for
self and other values to be equal, and is used by ==.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