pub struct RangeSet {
pub ranges: Vec<Range>,
}Expand description
Sorted, disjoint, non-empty ranges.
Fields§
§ranges: Vec<Range>Trait Implementations§
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