Struct rustc::ty::maps::queries::inherent_impls
[−]
[src]
pub struct inherent_impls<'tcx> { /* fields omitted */ }
🔬 This is a nightly-only experimental API. (
rustc_private
)Methods
impl<'a, 'tcx, 'lcx> inherent_impls<'tcx>
[src]
fn try_get(tcx: TyCtxt<'a, 'tcx, 'lcx>,
span: Span,
key: DefId)
-> Result<Vec<DefId>, CycleError<'a>>
span: Span,
key: DefId)
-> Result<Vec<DefId>, CycleError<'a>>
🔬 This is a nightly-only experimental API. (
rustc_private
)fn get(tcx: TyCtxt<'a, 'tcx, 'lcx>, span: Span, key: DefId) -> Vec<DefId>
🔬 This is a nightly-only experimental API. (
rustc_private
)Maps a DefId of a type to a list of its inherent impls. Contains implementations of methods that are inherent to a type. Methods in these implementations don't need to be exported.
fn force(tcx: TyCtxt<'a, 'tcx, 'lcx>, span: Span, key: DefId)
🔬 This is a nightly-only experimental API. (
rustc_private
)