Struct chalk_engine::stack::StackDebug
source · pub(crate) struct StackDebug<'a, I: Interner> {
stack: &'a Stack<I>,
tables: &'a Tables<I>,
}
Fields§
§stack: &'a Stack<I>
§tables: &'a Tables<I>
Trait Implementations§
Auto Trait Implementations§
impl<'a, I> Freeze for StackDebug<'a, I>
impl<'a, I> RefUnwindSafe for StackDebug<'a, I>where
<I as Interner>::InternedCanonicalVarKinds: RefUnwindSafe,
<I as Interner>::InternedGoal: RefUnwindSafe,
<I as Interner>::InternedSubstitution: RefUnwindSafe,
<I as Interner>::InternedProgramClauses: RefUnwindSafe,
<I as Interner>::InternedConstraints: RefUnwindSafe,
<I as Interner>::InternedLifetime: RefUnwindSafe,
<I as Interner>::InternedType: RefUnwindSafe,
impl<'a, I> Send for StackDebug<'a, I>where
<I as Interner>::InternedCanonicalVarKinds: Sync,
<I as Interner>::InternedGoal: Sync,
<I as Interner>::InternedSubstitution: Sync,
<I as Interner>::InternedProgramClauses: Sync,
<I as Interner>::InternedConstraints: Sync,
<I as Interner>::InternedLifetime: Sync,
<I as Interner>::InternedType: Sync,
impl<'a, I> Sync for StackDebug<'a, I>where
<I as Interner>::InternedCanonicalVarKinds: Sync,
<I as Interner>::InternedGoal: Sync,
<I as Interner>::InternedSubstitution: Sync,
<I as Interner>::InternedProgramClauses: Sync,
<I as Interner>::InternedConstraints: Sync,
<I as Interner>::InternedLifetime: Sync,
<I as Interner>::InternedType: Sync,
impl<'a, I> Unpin for StackDebug<'a, I>
impl<'a, I> UnwindSafe for StackDebug<'a, I>where
<I as Interner>::InternedCanonicalVarKinds: RefUnwindSafe,
<I as Interner>::InternedGoal: RefUnwindSafe,
<I as Interner>::InternedSubstitution: RefUnwindSafe,
<I as Interner>::InternedProgramClauses: RefUnwindSafe,
<I as Interner>::InternedConstraints: RefUnwindSafe,
<I as Interner>::InternedLifetime: RefUnwindSafe,
<I as Interner>::InternedType: 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