Expand description
const fn
s for comparing miscelaneous standard library types for equality and ordering.
Functionsยง
- Compares two
Option<Ordering>
, returning the ordering ofleft
relative toright
. - Compares two
Ordering
, returning the ordering ofleft
relative toright
. - Compares two
PhantomData<T>
, returning the ordering ofleft
relative toright
. - Compares two
PhantomPinned
, returning the ordering ofleft
relative toright
. - Compares two
Option<Ordering>
for equality. - Compares two
Ordering
for equality. - Compares two
PhantomData<T>
for equality. - Compares two
PhantomPinned
for equality.