pub struct NoSolver;Expand description
The tail of a list of solvers. This one has no children and never finds any solver.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NoSolver
impl RefUnwindSafe for NoSolver
impl Send for NoSolver
impl Sync for NoSolver
impl Unpin for NoSolver
impl UnwindSafe for NoSolver
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