Home
last modified time | relevance | path

Searched refs:PartialOrd (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/rust/alloc/
H A Dboxed.rs1351 impl<T: ?Sized + PartialOrd, A: Allocator> PartialOrd for Box<T, A> {
1354 PartialOrd::partial_cmp(&**self, &**other) in partial_cmp()
1358 PartialOrd::lt(&**self, &**other) in lt()
1362 PartialOrd::le(&**self, &**other) in le()
1366 PartialOrd::ge(&**self, &**other) in ge()
1370 PartialOrd::gt(&**self, &**other) in gt()
/openbmc/linux/rust/alloc/vec/
H A Dmod.rs3284 impl<T, A1, A2> PartialOrd<Vec<T, A2>> for Vec<T, A1> impl
3286 T: PartialOrd,
3292 PartialOrd::partial_cmp(&**self, &**other) in partial_cmp()