Builder: clone all remote views, not just the primary one.
(mut self, all_views: bool)
| 292 | |
| 293 | /// Builder: clone all remote views, not just the primary one. |
| 294 | pub fn with_all_views(mut self, all_views: bool) -> Self { |
| 295 | self.all_views = all_views; |
| 296 | self |
| 297 | } |
| 298 | |
| 299 | // Internal Helper Methods |
| 300 |
no outgoing calls