Sets the trunk's encoding.
(&mut self, encoding: Option<Encoding>)
| 236 | |
| 237 | /// Sets the trunk's encoding. |
| 238 | pub fn set_encoding(&mut self, encoding: Option<Encoding>) { |
| 239 | self.encoding = encoding; |
| 240 | } |
| 241 | |
| 242 | /// Marks the trunk as deleted. |
| 243 | pub fn delete(&mut self) { |
no outgoing calls
no test coverage detected