Module ordered

Source
Expand description

ScalarImpl and Datum wrappers that implement PartialOrd and Ord with default order type.

Structs§

DefaultOrdered
Wrapper that delegates PartialOrd and Ord to the DefaultPartialOrd and DefaultOrd implementations of inner type.

Traits§

DefaultOrd
Variant of Ord that compares with default order.
DefaultPartialOrd

Functions§

default_partial_cmp_scalar_ref_impl