Expand description
A small crate to enable identity checks (e.g. through pointer comparison) in contrast to
equality checks (as done by PartialEq)
Structs§
- ById
- Newtype for references (or other types that implement
Id) where equality is defined by thesamemethod of theIdtrait - ById
Deref - Similar to
ById, but uses identity as defined by the dereferenced inner value