[][src]Struct chalk_ir::debug::SeparatorTraitRefDebug

pub struct SeparatorTraitRefDebug<'a, 'me, I: Interner> { /* fields omitted */ }

Trait Implementations

impl<'a, 'me, I: Interner> Debug for SeparatorTraitRefDebug<'a, 'me, I>[src]

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: Sync,
    <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
    'me: 'a, 

impl<'a, 'me, I> UnwindSafe for SeparatorTraitRefDebug<'a, 'me, I> where
    I: RefUnwindSafe,
    <I as Interner>::DefId: RefUnwindSafe,
    <I as Interner>::InternedSubstitution: RefUnwindSafe

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Cast for T[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.