pub struct OverlappingRange { /* private fields */ }Expand description
An overlapping range.
Implementations§
Trait Implementations§
Source§impl Debug for OverlappingRange
impl Debug for OverlappingRange
impl Eq for OverlappingRange
Source§impl IndexRange for OverlappingRange
impl IndexRange for OverlappingRange
Source§impl PartialEq for OverlappingRange
impl PartialEq for OverlappingRange
Source§fn eq(&self, other: &OverlappingRange) -> bool
fn eq(&self, other: &OverlappingRange) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for OverlappingRange
Auto Trait Implementations§
impl Freeze for OverlappingRange
impl RefUnwindSafe for OverlappingRange
impl Send for OverlappingRange
impl Sync for OverlappingRange
impl Unpin for OverlappingRange
impl UnsafeUnpin for OverlappingRange
impl UnwindSafe for OverlappingRange
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