pub struct ImplDatum<I: Interner> {
pub polarity: Polarity,
pub binders: Binders<ImplDatumBound<I>>,
pub impl_type: ImplType,
pub associated_ty_value_ids: Vec<AssociatedTyValueId<I>>,
}
Fields§
§polarity: Polarity
§binders: Binders<ImplDatumBound<I>>
§impl_type: ImplType
§associated_ty_value_ids: Vec<AssociatedTyValueId<I>>
Implementations§
Trait Implementations§
impl<I: Eq + Interner> Eq for ImplDatum<I>
impl<I: Interner> StructuralPartialEq for ImplDatum<I>
Auto Trait Implementations§
impl<I> Freeze for ImplDatum<I>where
<I as Interner>::InternedParameterKinds: Freeze,
<I as Interner>::DefId: Freeze,
<I as Interner>::InternedSubstitution: Freeze,
impl<I> RefUnwindSafe for ImplDatum<I>where
<I as Interner>::InternedParameterKinds: RefUnwindSafe,
<I as Interner>::DefId: RefUnwindSafe,
<I as Interner>::InternedSubstitution: RefUnwindSafe,
<I as Interner>::InternedType: RefUnwindSafe,
impl<I> Send for ImplDatum<I>where
<I as Interner>::InternedParameterKinds: Send,
<I as Interner>::DefId: Send,
<I as Interner>::InternedSubstitution: Send,
<I as Interner>::InternedType: Send,
impl<I> Sync for ImplDatum<I>where
<I as Interner>::InternedParameterKinds: Sync,
<I as Interner>::DefId: Sync,
<I as Interner>::InternedSubstitution: Sync,
<I as Interner>::InternedType: Sync,
impl<I> Unpin for ImplDatum<I>where
<I as Interner>::InternedParameterKinds: Unpin,
<I as Interner>::DefId: Unpin,
<I as Interner>::InternedSubstitution: Unpin,
<I as Interner>::InternedType: Unpin,
impl<I> UnwindSafe for ImplDatum<I>where
<I as Interner>::InternedParameterKinds: UnwindSafe,
<I as Interner>::DefId: UnwindSafe,
<I as Interner>::InternedSubstitution: UnwindSafe,
<I as Interner>::InternedType: UnwindSafe,
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