Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/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()

Completed in 3 milliseconds