set maxrows
(mut self, maxrows: MaxRows)
| 551 | |
| 552 | /// set maxrows |
| 553 | fn with_maxrows(mut self, maxrows: MaxRows) -> Self { |
| 554 | self.maxrows = maxrows; |
| 555 | self |
| 556 | } |
| 557 | |
| 558 | /// set with_header |
| 559 | fn with_header(mut self, with_header: WithHeader) -> Self { |
no outgoing calls