(mut self, solver: Solver)
| 201 | } |
| 202 | |
| 203 | pub fn from_solver(mut self, solver: Solver) -> Self { |
| 204 | self.solver = Some(solver); |
| 205 | self |
| 206 | } |
| 207 | |
| 208 | pub fn with_auction_id(mut self, id: i64) -> Self { |
| 209 | self.auction_id = Some(id); |
no outgoing calls