Searched defs:InternedInSet (Results 1 – 1 of 1) sorted by relevance
| /third_party/rust/rust/compiler/rustc_middle/src/ty/ |
| D | context.rs | 1369 struct InternedInSet<'tcx, T: ?Sized>(&'tcx T); struct 1371 impl<'tcx, T: 'tcx + ?Sized> Clone for InternedInSet<'tcx, T> { implementation 1377 impl<'tcx, T: 'tcx + ?Sized> Copy for InternedInSet<'tcx, T> {} implementation 1379 impl<'tcx, T: 'tcx + ?Sized> IntoPointer for InternedInSet<'tcx, T> { implementation 1386 impl<'tcx, T> Borrow<T> for InternedInSet<'tcx, WithCachedTypeInfo<T>> { implementation 1392 impl<'tcx, T: PartialEq> PartialEq for InternedInSet<'tcx, WithCachedTypeInfo<T>> { implementation 1400 impl<'tcx, T: Eq> Eq for InternedInSet<'tcx, WithCachedTypeInfo<T>> {} implementation 1402 impl<'tcx, T: Hash> Hash for InternedInSet<'tcx, WithCachedTypeInfo<T>> { implementation 1409 impl<'tcx, T> Borrow<[T]> for InternedInSet<'tcx, List<T>> { implementation 1415 impl<'tcx, T: PartialEq> PartialEq for InternedInSet<'tcx, List<T>> { implementation [all …]
|