Struct chalk_ir::debug::SubstitutionDebug
source · pub struct SubstitutionDebug<'a, I: Interner> { /* private fields */ }Expand description
Helper struct for showing debug output for substitutions.
Trait Implementations§
Auto Trait Implementations§
impl<'a, I> RefUnwindSafe for SubstitutionDebug<'a, I>where I: RefUnwindSafe, <I as Interner>::InternedSubstitution: RefUnwindSafe,
impl<'a, I> Send for SubstitutionDebug<'a, I>where I: Send, <I as Interner>::InternedSubstitution: Sync,
impl<'a, I> Sync for SubstitutionDebug<'a, I>where I: Sync, <I as Interner>::InternedSubstitution: Sync,
impl<'a, I> Unpin for SubstitutionDebug<'a, I>where I: Unpin,
impl<'a, I> UnwindSafe for SubstitutionDebug<'a, I>where I: UnwindSafe, <I as Interner>::InternedSubstitution: 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