Searched refs:partial_cmp (Results 1 – 4 of 4) sorted by relevance
597 fn partial_cmp(&self, other: &Self) -> Option<cmp::Ordering> { in partial_cmp() method598 return self.start.partial_cmp(&other.start); in partial_cmp()
1152 fn partial_cmp(&self, other: &Self) -> Option<cmp::Ordering> { in partial_cmp() method1153 return self.region.partial_cmp(&other.region); in partial_cmp()
46 fn partial_cmp(&self, other: &Self) -> Option<core::cmp::Ordering> { in partial_cmp() method47 return self.cluster_num.partial_cmp(&other.cluster_num); in partial_cmp()
79 fn partial_cmp(&self, other: &NodePtr<K, V>) -> Option<Ordering> { in partial_cmp() method