pub struct Solver {
pub canonical_trait: CanonicalTrait,
pub lookup_context: ImplLookupContext,
/* private fields */
}
Expand description
A canonical trait solver.
Fields§
§canonical_trait: CanonicalTrait
§lookup_context: ImplLookupContext
Implementations§
source§impl Solver
impl Solver
pub fn solution_set( &mut self, db: &dyn SemanticGroup ) -> InferenceResult<SolutionSet<CanonicalImpl>>
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Solver
impl Send for Solver
impl Sync for Solver
impl Unpin for Solver
impl UnwindSafe for Solver
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