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