Lines Matching refs:U
973 impl<T, U, $($vars)*> PartialEq<$rhs> for $lhs
975 T: PartialEq<U>,
985 [A1: Allocator, A2: Allocator] Vec<T, A1>, Vec<U, A2>,
986 [A: Allocator] Vec<T, A>, &[U],
987 [A: Allocator] Vec<T, A>, &mut [U],
988 [A: Allocator] &[T], Vec<U, A>,
989 [A: Allocator] &mut [T], Vec<U, A>,
990 [A: Allocator] Vec<T, A>, [U],
991 [A: Allocator] [T], Vec<U, A>,
992 [A: Allocator, const N: usize] Vec<T, A>, [U; N],
993 [A: Allocator, const N: usize] Vec<T, A>, &[U; N],