(&self, other: &Self)
| 212 | |
| 213 | impl std::cmp::PartialEq for SearchMatch { |
| 214 | fn eq(&self, other: &Self) -> bool { |
| 215 | self.object == other.object |
| 216 | } |
| 217 | } |
| 218 | |
| 219 | impl std::cmp::Eq for SearchMatch {} |
nothing calls this directly
no outgoing calls
no test coverage detected