Struct chalk_ir::debug::TyKindDebug
source · pub struct TyKindDebug<'a, I: Interner> {
ty: &'a TyKind<I>,
interner: I,
}
Expand description
Helper struct for showing debug output for application types.
Fields§
§ty: &'a TyKind<I>
§interner: I
Trait Implementations§
Auto Trait Implementations§
impl<'a, I> RefUnwindSafe for TyKindDebug<'a, I>where I: RefUnwindSafe, <I as Interner>::DefId: RefUnwindSafe, <I as Interner>::FnAbi: RefUnwindSafe, <I as Interner>::InternedAdtId: RefUnwindSafe, <I as Interner>::InternedConst: RefUnwindSafe, <I as Interner>::InternedLifetime: RefUnwindSafe, <I as Interner>::InternedQuantifiedWhereClauses: RefUnwindSafe, <I as Interner>::InternedSubstitution: RefUnwindSafe, <I as Interner>::InternedType: RefUnwindSafe, <I as Interner>::InternedVariableKinds: RefUnwindSafe,
impl<'a, I> Send for TyKindDebug<'a, I>where I: Send, <I as Interner>::DefId: Sync, <I as Interner>::FnAbi: Sync, <I as Interner>::InternedAdtId: Sync, <I as Interner>::InternedConst: Sync, <I as Interner>::InternedLifetime: Sync, <I as Interner>::InternedQuantifiedWhereClauses: Sync, <I as Interner>::InternedSubstitution: Sync, <I as Interner>::InternedType: Sync, <I as Interner>::InternedVariableKinds: Sync,
impl<'a, I> Sync for TyKindDebug<'a, I>where I: Sync, <I as Interner>::DefId: Sync, <I as Interner>::FnAbi: Sync, <I as Interner>::InternedAdtId: Sync, <I as Interner>::InternedConst: Sync, <I as Interner>::InternedLifetime: Sync, <I as Interner>::InternedQuantifiedWhereClauses: Sync, <I as Interner>::InternedSubstitution: Sync, <I as Interner>::InternedType: Sync, <I as Interner>::InternedVariableKinds: Sync,
impl<'a, I> Unpin for TyKindDebug<'a, I>where I: Unpin,
impl<'a, I> UnwindSafe for TyKindDebug<'a, I>where I: UnwindSafe, <I as Interner>::DefId: RefUnwindSafe, <I as Interner>::FnAbi: RefUnwindSafe, <I as Interner>::InternedAdtId: RefUnwindSafe, <I as Interner>::InternedConst: RefUnwindSafe, <I as Interner>::InternedLifetime: RefUnwindSafe, <I as Interner>::InternedQuantifiedWhereClauses: RefUnwindSafe, <I as Interner>::InternedSubstitution: RefUnwindSafe, <I as Interner>::InternedType: RefUnwindSafe, <I as Interner>::InternedVariableKinds: RefUnwindSafe,
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more