Struct chalk_solve::infer::unify::RelationResult
source · pub struct RelationResult<I: Interner> {
pub goals: Vec<InEnvironment<Goal<I>>>,
}
Fields§
§goals: Vec<InEnvironment<Goal<I>>>
Trait Implementations§
Auto Trait Implementations§
impl<I> Freeze for RelationResult<I>
impl<I> RefUnwindSafe for RelationResult<I>where
<I as Interner>::InternedGoal: RefUnwindSafe,
<I as Interner>::InternedProgramClauses: RefUnwindSafe,
impl<I> Send for RelationResult<I>
impl<I> Sync for RelationResult<I>
impl<I> Unpin for RelationResult<I>
impl<I> UnwindSafe for RelationResult<I>where
<I as Interner>::InternedGoal: UnwindSafe,
<I as Interner>::InternedProgramClauses: 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
source§impl<T> Cast for T
impl<T> Cast for T
source§fn 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
.