(mut self, solver: Solver)
| 192 | } |
| 193 | |
| 194 | pub fn from_solver(mut self, solver: Solver) -> Self { |
| 195 | self.solver = Some(solver); |
| 196 | self |
| 197 | } |
| 198 | |
| 199 | pub fn with_auction_id(mut self, id: i64) -> Self { |
| 200 | self.auction_id = Some(id); |
no outgoing calls