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 thesame
method of theId
trait - ById
Deref - Similar to
ById
, but uses identity as defined by the dereferenced inner value