Expand description
Support dynamic type comparisons.
The author of this crate is not good at English. Forgive me if the document is hard to read.
Modules§
- prelude
- Crate’s prelude.
Traits§
- AnyEq
- Like
Eq
, but this trait can be dynamic. - AnyHash
- Like
Hash
, but this trait can be dynamic. - AnyOrd
- Like
Ord
, but this trait can be dynamic. - AnyPartial
Eq - Like
PartialEq
, but this trait can be dynamic. - AnyPartial
Ord - Like
PartialOrd
, but this trait can be dynamic. - ObjHash
- Trait that combines
AnyEq
andAnyHash
.