Struct chalk_ir::debug::GoalsDebug
source · pub struct GoalsDebug<'a, I: Interner> {
goals: &'a Goals<I>,
interner: I,
}
Expand description
Helper struct for showing debug output for Goals
.
Fields§
§goals: &'a Goals<I>
§interner: I
Trait Implementations§
Auto Trait Implementations§
impl<'a, I> Freeze for GoalsDebug<'a, I>where
I: Freeze,
impl<'a, I> RefUnwindSafe for GoalsDebug<'a, I>
impl<'a, I> Send for GoalsDebug<'a, I>
impl<'a, I> Sync for GoalsDebug<'a, I>
impl<'a, I> Unpin for GoalsDebug<'a, I>where
I: Unpin,
impl<'a, I> UnwindSafe for GoalsDebug<'a, I>
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