Struct chalk_ir::debug::GoalsDebug
source · [−]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> RefUnwindSafe for GoalsDebug<'a, I>where
I: RefUnwindSafe,
<I as Interner>::InternedGoals: RefUnwindSafe,
impl<'a, I> Send for GoalsDebug<'a, I>where
I: Send,
<I as Interner>::InternedGoals: Sync,
impl<'a, I> Sync for GoalsDebug<'a, I>where
I: Sync,
<I as Interner>::InternedGoals: Sync,
impl<'a, I> Unpin for GoalsDebug<'a, I>where
I: Unpin,
impl<'a, I> UnwindSafe for GoalsDebug<'a, I>where
I: UnwindSafe,
<I as Interner>::InternedGoals: 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
.