pub enum OrderKind {
Total,
Partial,
Absent,
}Expand description
How strongly a partition treats order at one structural level.
Variants§
Total
Relative order is fully significant.
Partial
Some order matters, but the structure is not a strict sequence.
Absent
Order is intentionally not part of the claim.
Trait Implementations§
impl Copy for OrderKind
impl Eq for OrderKind
Source§impl Ord for OrderKind
impl Ord for OrderKind
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 OrderKind
impl PartialOrd for OrderKind
impl StructuralPartialEq for OrderKind
Auto Trait Implementations§
impl Freeze for OrderKind
impl RefUnwindSafe for OrderKind
impl Send for OrderKind
impl Sync for OrderKind
impl Unpin for OrderKind
impl UnsafeUnpin for OrderKind
impl UnwindSafe for OrderKind
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