Expand description
ScalarImpl
and Datum
wrappers that implement PartialOrd
and Ord
with default order type.
Structs§
- Default
Ordered - Wrapper that delegates
PartialOrd
andOrd
to theDefaultPartialOrd
andDefaultOrd
implementations of inner type.
Traits§
- Default
Ord - Variant of
Ord
that compares with default order. - Default
Partial Ord