Struct chalk_solve::rust_ir::AdtRepr
source · Fields
c: boolpacked: boolint: Option<Ty<I>>Trait Implementations
sourceimpl<I: PartialEq + Interner> PartialEq<AdtRepr<I>> for AdtRepr<I>
impl<I: PartialEq + Interner> PartialEq<AdtRepr<I>> for AdtRepr<I>
impl<I: Eq + Interner> Eq for AdtRepr<I>
impl<I: Interner> StructuralEq for AdtRepr<I>
impl<I: Interner> StructuralPartialEq for AdtRepr<I>
Auto Trait Implementations
impl<I> RefUnwindSafe for AdtRepr<I>where
<I as Interner>::InternedType: RefUnwindSafe,
impl<I> Send for AdtRepr<I>where
<I as Interner>::InternedType: Send,
impl<I> Sync for AdtRepr<I>where
<I as Interner>::InternedType: Sync,
impl<I> Unpin for AdtRepr<I>where
<I as Interner>::InternedType: Unpin,
impl<I> UnwindSafe for AdtRepr<I>where
<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.