pub struct RangePos {
pub start: i64,
pub end: i64,
}Fields§
§start: i64§end: i64Implementations§
Trait Implementations§
Source§impl Ord for RangePos
impl Ord for RangePos
Source§impl PartialOrd for RangePos
impl PartialOrd for RangePos
impl Copy for RangePos
impl Eq for RangePos
impl StructuralPartialEq for RangePos
Auto Trait Implementations§
impl Freeze for RangePos
impl RefUnwindSafe for RangePos
impl Send for RangePos
impl Sync for RangePos
impl Unpin for RangePos
impl UnwindSafe for RangePos
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