Module rustc_trait_selection::traits::structural_match
source · Structs§
- Search 🔒This implements the traversal over the structure of a given type to try to find instances of ADTs (specifically structs or enums) that do not implement
StructuralPartialEq
.
Functions§
- This method traverses the structure of
ty
, trying to find an instance of an ADT (i.e. struct or enum) that doesn’t implement the structural-match traits, or a generic type parameter (which cannot be determined to be structural-match).