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