[−][src]Struct chalk_ir::debug::SeparatorTraitRef
Trait ref with associated separator used for debug output.
Fields
trait_ref: &'me TraitRef<I>The TraitRef itself.
separator: &'me strThe separator used for displaying the TraitRef.
Implementations
impl<'me, I: Interner> SeparatorTraitRef<'me, I>[src]
pub fn debug<'a>(
&'a self,
interner: &'a I
) -> SeparatorTraitRefDebug<'a, 'me, I>[src]
&'a self,
interner: &'a I
) -> SeparatorTraitRefDebug<'a, 'me, I>
Show debug output for the SeperatorTraitRef.
Trait Implementations
impl<I: Interner, '_> Debug for SeparatorTraitRef<'_, I>[src]
Auto Trait Implementations
impl<'me, I> RefUnwindSafe for SeparatorTraitRef<'me, I> where
<I as Interner>::DefId: RefUnwindSafe,
<I as Interner>::InternedSubstitution: RefUnwindSafe,
<I as Interner>::DefId: RefUnwindSafe,
<I as Interner>::InternedSubstitution: RefUnwindSafe,
impl<'me, I> Send for SeparatorTraitRef<'me, I> where
<I as Interner>::DefId: Sync,
<I as Interner>::InternedSubstitution: Sync,
<I as Interner>::DefId: Sync,
<I as Interner>::InternedSubstitution: Sync,
impl<'me, I> Sync for SeparatorTraitRef<'me, I> where
<I as Interner>::DefId: Sync,
<I as Interner>::InternedSubstitution: Sync,
<I as Interner>::DefId: Sync,
<I as Interner>::InternedSubstitution: Sync,
impl<'me, I> Unpin for SeparatorTraitRef<'me, I>
impl<'me, I> UnwindSafe for SeparatorTraitRef<'me, I> where
<I as Interner>::DefId: RefUnwindSafe,
<I as Interner>::InternedSubstitution: RefUnwindSafe,
<I as Interner>::DefId: RefUnwindSafe,
<I as Interner>::InternedSubstitution: RefUnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Cast for T[src]
fn cast<U>(self, interner: &U::Interner) -> U where
Self: CastTo<U>,
U: HasInterner, [src]
Self: CastTo<U>,
U: HasInterner,
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,