(&self, other: &Self)
| 236 | impl Eq for Cand {} |
| 237 | impl PartialOrd for Cand { |
| 238 | fn partial_cmp(&self, other: &Self) -> Option<std::cmp::Ordering> { |
| 239 | Some(self.cmp(other)) |
| 240 | } |
| 241 | } |
| 242 | impl Ord for Cand { |
| 243 | fn cmp(&self, other: &Self) -> std::cmp::Ordering { |