Why are there no Hash/PartialEq/Eq implementations for std::cell::Ref

Viewed 356

Given the type std::cell::Ref, it seems to be basically a pointer. Yet it doesn't have Hash, PartialEq or Eq trait implementations. Is there any fundamental reasons these traits haven't been added?

0 Answers
Related