pub struct RangeSet {
pub ranges: Vec<Range>,
pub compat: Compat,
}Fields§
§ranges: Vec<Range>§compat: CompatImplementations§
Trait Implementations§
Source§impl Ord for RangeSet
impl Ord for RangeSet
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for RangeSet
impl PartialOrd for RangeSet
impl Eq for RangeSet
impl StructuralPartialEq for RangeSet
Auto Trait Implementations§
impl Freeze for RangeSet
impl RefUnwindSafe for RangeSet
impl Send for RangeSet
impl Sync for RangeSet
impl Unpin for RangeSet
impl UnsafeUnpin for RangeSet
impl UnwindSafe for RangeSet
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