type github.com/google/go-cmp/cmp/cmpopts.structFilter

4 uses

	github.com/google/go-cmp/cmp/cmpopts (current package)
		struct_filter.go#L30: type structFilter struct {
		struct_filter.go#L35: func newStructFilter(typ interface{}, names ...string) structFilter {
		struct_filter.go#L55: 	return structFilter{t, ft}
		struct_filter.go#L58: func (sf structFilter) filter(p cmp.Path) bool {