Struct chalk_ir::debug::ProgramClauseImplicationDebug
source · [−]pub struct ProgramClauseImplicationDebug<'a, I: Interner> {
pci: &'a ProgramClauseImplication<I>,
interner: I,
}
Expand description
Helper struct for showing debug output for program clause implications.
Fields
pci: &'a ProgramClauseImplication<I>
interner: I
Trait Implementations
Auto Trait Implementations
impl<'a, I> RefUnwindSafe for ProgramClauseImplicationDebug<'a, I>where
I: RefUnwindSafe,
<I as Interner>::DefId: RefUnwindSafe,
<I as Interner>::InternedConstraints: RefUnwindSafe,
<I as Interner>::InternedGoals: RefUnwindSafe,
<I as Interner>::InternedLifetime: RefUnwindSafe,
<I as Interner>::InternedSubstitution: RefUnwindSafe,
<I as Interner>::InternedType: RefUnwindSafe,
impl<'a, I> Send for ProgramClauseImplicationDebug<'a, I>where
I: Send,
<I as Interner>::DefId: Sync,
<I as Interner>::InternedConstraints: Sync,
<I as Interner>::InternedGoals: Sync,
<I as Interner>::InternedLifetime: Sync,
<I as Interner>::InternedSubstitution: Sync,
<I as Interner>::InternedType: Sync,
impl<'a, I> Sync for ProgramClauseImplicationDebug<'a, I>where
I: Sync,
<I as Interner>::DefId: Sync,
<I as Interner>::InternedConstraints: Sync,
<I as Interner>::InternedGoals: Sync,
<I as Interner>::InternedLifetime: Sync,
<I as Interner>::InternedSubstitution: Sync,
<I as Interner>::InternedType: Sync,
impl<'a, I> Unpin for ProgramClauseImplicationDebug<'a, I>where
I: Unpin,
impl<'a, I> UnwindSafe for ProgramClauseImplicationDebug<'a, I>where
I: UnwindSafe,
<I as Interner>::DefId: RefUnwindSafe,
<I as Interner>::InternedConstraints: RefUnwindSafe,
<I as Interner>::InternedGoals: RefUnwindSafe,
<I as Interner>::InternedLifetime: RefUnwindSafe,
<I as Interner>::InternedSubstitution: RefUnwindSafe,
<I as Interner>::InternedType: RefUnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Cast for T
impl<T> Cast for T
sourcefn cast<U>(self, interner: U::Interner) -> Uwhere
Self: CastTo<U>,
U: HasInterner,
fn cast<U>(self, interner: U::Interner) -> Uwhere
Self: CastTo<U>,
U: HasInterner,
Cast a value to type
U
using CastTo
.