(mut self, data: Option<Vec<MultipartField>>)
| 94 | self |
| 95 | } |
| 96 | |
| 97 | pub fn with_initial_body_content(mut self, content: Option<String>) -> Self { |
| 98 | self.initial_body_content = content; |
| 99 | self |
| 100 | } |
| 101 | |
| 102 | pub fn with_initial_form_data(mut self, data: Option<HashMap<String, String>>) -> Self { |
no outgoing calls
no test coverage detected