Expand description
Comparing and ordering values.
Structs§
Enums§
- Ordering
core
The result of a comparison between two values.
Traits§
- Eq
core
Trait for comparisons corresponding to equivalence relations.- Ord
core
Trait for types that form a total order.- Partial
Eq core
Trait for comparisons using the equality operator.- Partial
Ord core
Trait for types that form a partial order.
Derive Macros§
- Eq
core
Derive macro generating an impl of the traitEq
.- Ord
core
Derive macro generating an impl of the traitOrd
. The behavior of this macro is described in detail here.- Partial
Eq core
Derive macro generating an impl of the traitPartialEq
. The behavior of this macro is described in detail here.- Partial
Ord core
Derive macro generating an impl of the traitPartialOrd
. The behavior of this macro is described in detail here.