Builder: clone all remote views, not just the primary one.
(mut self, all_views: bool)
| 272 | |
| 273 | /// Builder: clone all remote views, not just the primary one. |
| 274 | pub fn with_all_views(mut self, all_views: bool) -> Self { |
| 275 | self.all_views = all_views; |
| 276 | self |
| 277 | } |
| 278 | |
| 279 | // Internal Helper Methods |
| 280 |
no outgoing calls