pub struct DefaultImplDatumBound<I: Interner> {
pub trait_ref: TraitRef<I>,
pub accessible_tys: Vec<Ty<I>>,
}
Fields§
§trait_ref: TraitRef<I>
§accessible_tys: Vec<Ty<I>>
Trait Implementations§
Source§impl<I: Clone + Interner> Clone for DefaultImplDatumBound<I>
impl<I: Clone + Interner> Clone for DefaultImplDatumBound<I>
Source§fn clone(&self) -> DefaultImplDatumBound<I>
fn clone(&self) -> DefaultImplDatumBound<I>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl<I: Interner> HasInterner for DefaultImplDatumBound<I>
impl<I: Interner> HasInterner for DefaultImplDatumBound<I>
impl<I: Eq + Interner> Eq for DefaultImplDatumBound<I>
impl<I: Interner> StructuralPartialEq for DefaultImplDatumBound<I>
Auto Trait Implementations§
impl<I> Freeze for DefaultImplDatumBound<I>
impl<I> RefUnwindSafe for DefaultImplDatumBound<I>where
<I as Interner>::DefId: RefUnwindSafe,
<I as Interner>::InternedSubstitution: RefUnwindSafe,
<I as Interner>::InternedType: RefUnwindSafe,
impl<I> Send for DefaultImplDatumBound<I>where
<I as Interner>::DefId: Send,
<I as Interner>::InternedSubstitution: Send,
<I as Interner>::InternedType: Send,
impl<I> Sync for DefaultImplDatumBound<I>where
<I as Interner>::DefId: Sync,
<I as Interner>::InternedSubstitution: Sync,
<I as Interner>::InternedType: Sync,
impl<I> Unpin for DefaultImplDatumBound<I>where
<I as Interner>::DefId: Unpin,
<I as Interner>::InternedSubstitution: Unpin,
<I as Interner>::InternedType: Unpin,
impl<I> UnwindSafe for DefaultImplDatumBound<I>where
<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