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> 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>where
I: Send,
<I as Interner>::DefId: Sync,
<I as Interner>::InternedSubstitution: Sync,
impl<'a, 'me, I> Sync for SeparatorTraitRefDebug<'a, 'me, I>where
I: Sync,
<I as Interner>::DefId: Sync,
<I as Interner>::InternedSubstitution: Sync,
impl<'a, 'me, I> Unpin for SeparatorTraitRefDebug<'a, 'me, I>where
I: Unpin,
'me: 'a,
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
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
.