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