Struct chalk_solve::rust_ir::DefaultImplDatumBound
source · 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
sourceimpl<I: Clone + Interner> Clone for DefaultImplDatumBound<I>
impl<I: Clone + Interner> Clone for DefaultImplDatumBound<I>
sourcefn clone(&self) -> DefaultImplDatumBound<I>
fn clone(&self) -> DefaultImplDatumBound<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 DefaultImplDatumBound<I>
impl<I: Debug + Interner> Debug for DefaultImplDatumBound<I>
sourceimpl<I: Interner> HasInterner for DefaultImplDatumBound<I>
impl<I: Interner> HasInterner for DefaultImplDatumBound<I>
type Interner = I
type Interner = I
The interner associated with the type.
sourceimpl<I: Hash + Interner> Hash for DefaultImplDatumBound<I>
impl<I: Hash + Interner> Hash for DefaultImplDatumBound<I>
sourceimpl<I: PartialEq + Interner> PartialEq<DefaultImplDatumBound<I>> for DefaultImplDatumBound<I>
impl<I: PartialEq + Interner> PartialEq<DefaultImplDatumBound<I>> for DefaultImplDatumBound<I>
sourcefn eq(&self, other: &DefaultImplDatumBound<I>) -> bool
fn eq(&self, other: &DefaultImplDatumBound<I>) -> bool
impl<I: Eq + Interner> Eq for DefaultImplDatumBound<I>
impl<I: Interner> StructuralEq for DefaultImplDatumBound<I>
impl<I: Interner> StructuralPartialEq for DefaultImplDatumBound<I>
Auto Trait Implementations
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
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.