Type Alias rustc_middle::ty::predicate::ClauseKind
source · pub type ClauseKind<'tcx> = ClauseKind<TyCtxt<'tcx>>;Aliased Type§
enum ClauseKind<'tcx> {
// some variants omitted
}Variants§
Trait Implementations§
source§impl ParameterizedOverTcx for ClauseKind<'static>
impl ParameterizedOverTcx for ClauseKind<'static>
type Value<'tcx> = ClauseKind<TyCtxt<'tcx>>
source§impl<'tcx, P: PrettyPrinter<'tcx>> Print<'tcx, P> for ClauseKind<'tcx>
impl<'tcx, P: PrettyPrinter<'tcx>> Print<'tcx, P> for ClauseKind<'tcx>
source§impl<'tcx> ToPredicate<'tcx> for ClauseKind<'tcx>
impl<'tcx> ToPredicate<'tcx> for ClauseKind<'tcx>
fn to_predicate(self, tcx: TyCtxt<'tcx>) -> Predicate<'tcx>
source§impl<'tcx> ToPredicate<'tcx, Clause<'tcx>> for ClauseKind<'tcx>
impl<'tcx> ToPredicate<'tcx, Clause<'tcx>> for ClauseKind<'tcx>
fn to_predicate(self, tcx: TyCtxt<'tcx>) -> Clause<'tcx>
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: 32 bytes
Size for each variant:
Trait: 24 bytesRegionOutlives: 16 bytesTypeOutlives: 16 bytesProjection: 24 bytesConstArgHasType: 16 bytesWellFormed: 8 bytesConstEvaluatable: 8 bytes