Home
last modified time | relevance | path

Searched defs:partial_cmp (Results 1 – 2 of 2) sorted by relevance

/linux-6.8/rust/alloc/vec/
Dmod.rs3344 fn partial_cmp(&self, other: &Vec<T, A2>) -> Option<Ordering> { in partial_cmp() function
/linux-6.8/rust/alloc/
Dboxed.rs1353 fn partial_cmp(&self, other: &Self) -> Option<Ordering> { in partial_cmp() method