pub struct MagicFind { /* private fields */ }Implementations§
Source§impl MagicFind
impl MagicFind
pub fn handle_old_solver( &self, context: &mut TypeChecker, scope: &Arc<Scope>, call_site: &AstExprCall, old_result: WithPredicate<TypePackId>, ) -> Option<WithPredicate<TypePackId>>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MagicFind
impl RefUnwindSafe for MagicFind
impl Send for MagicFind
impl Sync for MagicFind
impl Unpin for MagicFind
impl UnsafeUnpin for MagicFind
impl UnwindSafe for MagicFind
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