fn gen_partial_eq( make: &SyntaxFactory, adt: &Adt, trait_ref: Option<TraitRef<'_>>, ) -> Option<BlockExpr>
Generate a PartialEq impl based on the fields and members of the target type.
PartialEq