pub struct ParsedSegment {
pub tp: SegmentTypes,
pub seg: (usize, usize),
pub rank: usize,
}Fields§
§tp: SegmentTypes§seg: (usize, usize)§rank: usizeTrait Implementations§
Source§impl Ord for ParsedSegment
impl Ord for ParsedSegment
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 PartialEq for ParsedSegment
impl PartialEq for ParsedSegment
Source§impl PartialOrd for ParsedSegment
impl PartialOrd for ParsedSegment
impl Eq for ParsedSegment
Auto Trait Implementations§
impl Freeze for ParsedSegment
impl RefUnwindSafe for ParsedSegment
impl Send for ParsedSegment
impl Sync for ParsedSegment
impl Unpin for ParsedSegment
impl UnsafeUnpin for ParsedSegment
impl UnwindSafe for ParsedSegment
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