Version 0.2.1
See all refid's items
A small crate to enable identity checks (e.g. through pointer comparison) in contrast to equality checks (as done by PartialEq)
PartialEq
Newtype for references (or other types that implement Id) where equality is defined by the same method of the Id trait
Id
same
Similar to ById, but uses identity as defined by the dereferenced inner value
ById
Type that can be compared in regard to identity (e.g. through address comparison) instead of equality (as done by PartialEq)