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