Builder: set the download-only flag.
(mut self, download_only: bool)
| 190 | |
| 191 | /// Builder: set the download-only flag. |
| 192 | pub fn with_download_only(mut self, download_only: bool) -> Self { |
| 193 | self.download_only = download_only; |
| 194 | self |
| 195 | } |
| 196 | |
| 197 | // Internal Helper Methods |
| 198 |
no outgoing calls