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