kvarn
0.6.3
Ordering
Sections
Examples
Variants
Equal
Greater
Less
Methods
is_eq
is_ge
is_gt
is_le
is_lt
is_ne
reverse
then
then_with
Trait Implementations
Clone
ConditionallySelectable
ConstantTimeEq
ConstantTimeGreater
ConstantTimeLess
Copy
Debug
Eq
Hash
Ord
PartialEq
PartialOrd
StructuralPartialEq
Auto Trait Implementations
Freeze
RefUnwindSafe
Send
Sync
Unpin
UnwindSafe
Blanket Implementations
Any
Borrow<T>
BorrowMut<T>
CloneToUninit
Comparable<K>
Equivalent<K>
Equivalent<K>
Equivalent<K>
From<T>
Instrument
Into<U>
NodeTrait
Pointable
Same
ToOwned
TryFrom<U>
TryInto<U>
VZip<V>
WithSubscriber
In kvarn::
prelude::
utils::
prelude::
compact_
str::
core::
cmp
kvarn
::
prelude
::
utils
::
prelude
::
compact_str
::
core
::
cmp
Enum
Ordering
Copy item path
1.6.0
ยท
source
#[repr(i8)]
pub enum Ordering { Less = -1, Equal = 0, Greater = 1, }