Builder: set the reword flag.
(mut self, reword: bool)
| 266 | |
| 267 | /// Builder: set the reword flag. |
| 268 | pub fn with_reword(mut self, reword: bool) -> Self { |
| 269 | self.reword = reword; |
| 270 | self |
| 271 | } |
| 272 | |
| 273 | /// Builder: set the no-edit flag. |
| 274 | pub fn with_no_edit(mut self, no_edit: bool) -> Self { |
no outgoing calls