Struct rustc_typeck::coherence::inherent_impls::InherentCollect [−][src]
struct InherentCollect<'tcx> {
tcx: TyCtxt<'tcx>,
impls_map: CrateInherentImpls,
}
Fields
tcx: TyCtxt<'tcx>
impls_map: CrateInherentImpls
Implementations
fn check_primitive_impl(
&self,
impl_def_id: LocalDefId,
lang_def_id: Option<DefId>,
lang_def_id2: Option<DefId>,
lang: &str,
ty: &str,
span: Span,
assoc_items: &[ImplItemRef]
)
Trait Implementations
Auto Trait Implementations
impl<'tcx> !RefUnwindSafe for InherentCollect<'tcx>
impl<'tcx> !Send for InherentCollect<'tcx>
impl<'tcx> !Sync for InherentCollect<'tcx>
impl<'tcx> Unpin for InherentCollect<'tcx>
impl<'tcx> !UnwindSafe for InherentCollect<'tcx>
Blanket Implementations
Layout
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference’s “Type Layout” chapter for details on type layout guarantees.
Size: 40 bytes