(&self, other: &Self)
| 36 | |
| 37 | impl std::cmp::PartialOrd for Kind { |
| 38 | fn partial_cmp(&self, other: &Self) -> Option<std::cmp::Ordering> { |
| 39 | Some(self.cmp(other)) |
| 40 | } |
| 41 | } |
| 42 | |
| 43 | #[derive(Clone, Debug, Deserialize, Eq, Ord, PartialEq, PartialOrd, Serialize)] |