Sets the trunk's path (for move operations).
(&mut self, path: String)
| 231 | |
| 232 | /// Sets the trunk's path (for move operations). |
| 233 | pub fn set_path(&mut self, path: String) { |
| 234 | self.path = path; |
| 235 | } |
| 236 | |
| 237 | /// Sets the trunk's encoding. |
| 238 | pub fn set_encoding(&mut self, encoding: Option<Encoding>) { |
no outgoing calls