pub struct TraitDatumBound<I: Interner> {
pub where_clauses: Vec<QuantifiedWhereClause<I>>,
}
Fields§
§where_clauses: Vec<QuantifiedWhereClause<I>>
Where clauses defined on the trait:
ⓘ
trait Foo<T> where T: Debug { }
^^^^^^^^^^^^^^
Trait Implementations§
Source§impl<I: Clone + Interner> Clone for TraitDatumBound<I>
impl<I: Clone + Interner> Clone for TraitDatumBound<I>
Source§fn clone(&self) -> TraitDatumBound<I>
fn clone(&self) -> TraitDatumBound<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 TraitDatumBound<I>
impl<I: Interner> HasInterner for TraitDatumBound<I>
impl<I: Eq + Interner> Eq for TraitDatumBound<I>
impl<I: Interner> StructuralPartialEq for TraitDatumBound<I>
Auto Trait Implementations§
impl<I> Freeze for TraitDatumBound<I>
impl<I> RefUnwindSafe for TraitDatumBound<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 TraitDatumBound<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 TraitDatumBound<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 TraitDatumBound<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 TraitDatumBound<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