Searched defs:SubstsRef (Results 1 – 6 of 6) sorted by relevance
289 impl<'tcx> Key for SubstsRef<'tcx> { implementation297 impl<'tcx> Key for (DefId, SubstsRef<'tcx>) { implementation313 impl<'tcx> Key for (LocalDefId, DefId, SubstsRef<'tcx>) { implementation
257 impl<'tcx, D: TyDecoder<I = TyCtxt<'tcx>>> Decodable<D> for SubstsRef<'tcx> { implementation
258 pub type SubstsRef<'tcx> = &'tcx InternalSubsts<'tcx>; typedef461 impl<'tcx> TypeFoldable<TyCtxt<'tcx>> for SubstsRef<'tcx> { implementation
745 impl<'tcx> Relate<'tcx> for SubstsRef<'tcx> { implementation
87 type SubstsRef = ty::SubstsRef<'tcx>; typedef
42 type SubstsRef: Clone + Debug + Hash + Ord; typedef