Struct chalk_solve::rust_ir::DefaultImplDatum
source · pub struct DefaultImplDatum<I: Interner> {
pub binders: Binders<DefaultImplDatumBound<I>>,
}Fields
binders: Binders<DefaultImplDatumBound<I>>Trait Implementations
sourceimpl<I: Clone + Interner> Clone for DefaultImplDatum<I>
impl<I: Clone + Interner> Clone for DefaultImplDatum<I>
sourcefn clone(&self) -> DefaultImplDatum<I>
fn clone(&self) -> DefaultImplDatum<I>
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl<I: Debug + Interner> Debug for DefaultImplDatum<I>
impl<I: Debug + Interner> Debug for DefaultImplDatum<I>
sourceimpl<I: Hash + Interner> Hash for DefaultImplDatum<I>
impl<I: Hash + Interner> Hash for DefaultImplDatum<I>
sourceimpl<I: PartialEq + Interner> PartialEq<DefaultImplDatum<I>> for DefaultImplDatum<I>
impl<I: PartialEq + Interner> PartialEq<DefaultImplDatum<I>> for DefaultImplDatum<I>
sourcefn eq(&self, other: &DefaultImplDatum<I>) -> bool
fn eq(&self, other: &DefaultImplDatum<I>) -> bool
impl<I: Eq + Interner> Eq for DefaultImplDatum<I>
impl<I: Interner> StructuralEq for DefaultImplDatum<I>
impl<I: Interner> StructuralPartialEq for DefaultImplDatum<I>
Auto Trait Implementations
impl<I> RefUnwindSafe for DefaultImplDatum<I>where
<I as Interner>::DefId: RefUnwindSafe,
<I as Interner>::InternedSubstitution: RefUnwindSafe,
<I as Interner>::InternedType: RefUnwindSafe,
<I as Interner>::InternedVariableKinds: RefUnwindSafe,
impl<I> Send for DefaultImplDatum<I>where
<I as Interner>::DefId: Send,
<I as Interner>::InternedSubstitution: Send,
<I as Interner>::InternedType: Send,
<I as Interner>::InternedVariableKinds: Send,
impl<I> Sync for DefaultImplDatum<I>where
<I as Interner>::DefId: Sync,
<I as Interner>::InternedSubstitution: Sync,
<I as Interner>::InternedType: Sync,
<I as Interner>::InternedVariableKinds: Sync,
impl<I> Unpin for DefaultImplDatum<I>where
<I as Interner>::DefId: Unpin,
<I as Interner>::InternedSubstitution: Unpin,
<I as Interner>::InternedType: Unpin,
<I as Interner>::InternedVariableKinds: Unpin,
impl<I> UnwindSafe for DefaultImplDatum<I>where
<I as Interner>::DefId: UnwindSafe,
<I as Interner>::InternedSubstitution: UnwindSafe,
<I as Interner>::InternedType: UnwindSafe,
<I as Interner>::InternedVariableKinds: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Cast for T
impl<T> Cast for T
sourcefn cast<U>(self, interner: <U as HasInterner>::Interner) -> Uwhere
Self: CastTo<U>,
U: HasInterner,
fn cast<U>(self, interner: <U as HasInterner>::Interner) -> Uwhere
Self: CastTo<U>,
U: HasInterner,
Cast a value to type
U using CastTo.sourceimpl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
sourcefn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.