Searched refs:PartialEq (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.1/rust/alloc/vec/ |
D | partial_eq.rs | 12 impl<T, U, $($vars)*> PartialEq<$rhs> for $lhs impl 14 T: PartialEq<U>,
|
D | mod.rs | 1596 K: PartialEq, in dedup_by_key() argument 2418 impl<T: PartialEq, A: Allocator> Vec<T, A> {
|
/Linux-v6.1/rust/alloc/collections/ |
D | mod.rs | 61 #[derive(Clone, PartialEq, Eq, Debug)] 82 #[derive(Clone, PartialEq, Eq, Debug)]
|
/Linux-v6.1/rust/alloc/ |
D | borrow.rs | 365 impl<'a, 'b, B: ?Sized, C: ?Sized> PartialEq<Cow<'b, C>> for Cow<'a, B> impl 367 B: PartialEq<C> + ToOwned, 372 PartialEq::eq(&**self, &**other) in eq()
|
D | boxed.rs | 1282 impl<T: ?Sized + PartialEq, A: Allocator> PartialEq for Box<T, A> { 1285 PartialEq::eq(&**self, &**other) in eq() 1289 PartialEq::ne(&**self, &**other) in ne()
|
/Linux-v6.1/rust/kernel/ |
D | error.rs | 23 #[derive(Clone, Copy, PartialEq, Eq)]
|