Into
Kind
rustc_
middle
1.86.0-nightly
(ae5de6c75 2025-01-29)
Into
Kind
Required Associated Types
Kind
Required Methods
kind
Implementors
In rustc_
middle::
ty::
inherent
Traits
Abi
AdtDef
BoundExistentialPredicates
BoundVarLike
Clause
Const
DefId
ExprConst
Features
GenericArg
GenericArgs
GenericsOf
IntoKind
ParamEnv
ParamLike
PlaceholderLike
Predicate
Region
Safety
SliceLike
Span
Term
Ty
Tys
rustc_middle
::
ty
::
inherent
Trait
IntoKind
Copy item path
Settings
Help
Summary
Source
pub trait IntoKind { type
Kind
; // Required method fn
kind
(self) -> Self::
Kind
; }
Required Associated Types
§
Source
type
Kind
Required Methods
§
Source
fn
kind
(self) -> Self::
Kind
Implementors
§
Source
§
impl<'tcx>
IntoKind
for
Clause
<'tcx>
Source
§
type
Kind
=
Binder
<
TyCtxt
<'tcx>,
ClauseKind
<
TyCtxt
<'tcx>>>
Source
§
impl<'tcx>
IntoKind
for
Const
<'tcx>
Source
§
type
Kind
=
ConstKind
<
TyCtxt
<'tcx>>
Source
§
impl<'tcx>
IntoKind
for
GenericArg
<'tcx>
Source
§
type
Kind
=
GenericArgKind
<
TyCtxt
<'tcx>>
Source
§
impl<'tcx>
IntoKind
for
Predicate
<'tcx>
Source
§
type
Kind
=
Binder
<
TyCtxt
<'tcx>,
PredicateKind
<
TyCtxt
<'tcx>>>
Source
§
impl<'tcx>
IntoKind
for
Region
<'tcx>
Source
§
type
Kind
=
RegionKind
<
TyCtxt
<'tcx>>
Source
§
impl<'tcx>
IntoKind
for
Term
<'tcx>
Source
§
type
Kind
=
TermKind
<
TyCtxt
<'tcx>>
Source
§
impl<'tcx>
IntoKind
for
Ty
<'tcx>
Source
§
type
Kind
=
TyKind
<
TyCtxt
<'tcx>>