Home
last modified time | relevance | path

Searched refs:PartialEq (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.1/rust/alloc/vec/
Dpartial_eq.rs12 impl<T, U, $($vars)*> PartialEq<$rhs> for $lhs impl
14 T: PartialEq<U>,
Dmod.rs1596 K: PartialEq, in dedup_by_key() argument
2418 impl<T: PartialEq, A: Allocator> Vec<T, A> {
/Linux-v6.1/rust/alloc/collections/
Dmod.rs61 #[derive(Clone, PartialEq, Eq, Debug)]
82 #[derive(Clone, PartialEq, Eq, Debug)]
/Linux-v6.1/rust/alloc/
Dborrow.rs365 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()
Dboxed.rs1282 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/
Derror.rs23 #[derive(Clone, Copy, PartialEq, Eq)]