Home
last modified time | relevance | path

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

/rust/alloc/vec/
Dpartial_eq.rs20 fn ne(&self, other: &$rhs) -> bool { self[..] != other[..] }
/rust/alloc/
Dboxed.rs1288 fn ne(&self, other: &Self) -> bool { in ne() method
1289 PartialEq::ne(&**self, &**other) in ne()