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