pub struct ConstraintSolver<'ctx> { /* private fields */ }Implementations§
Source§impl<'ctx> ConstraintSolver<'ctx>
impl<'ctx> ConstraintSolver<'ctx>
Auto Trait Implementations§
impl<'ctx> Freeze for ConstraintSolver<'ctx>
impl<'ctx> RefUnwindSafe for ConstraintSolver<'ctx>
impl<'ctx> !Send for ConstraintSolver<'ctx>
impl<'ctx> !Sync for ConstraintSolver<'ctx>
impl<'ctx> Unpin for ConstraintSolver<'ctx>
impl<'ctx> UnwindSafe for ConstraintSolver<'ctx>
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