Sets the trunk's state.
(&mut self, state: TrunkState)
| 226 | |
| 227 | /// Sets the trunk's state. |
| 228 | pub fn set_state(&mut self, state: TrunkState) { |
| 229 | self.state = state; |
| 230 | } |
| 231 | |
| 232 | /// Sets the trunk's path (for move operations). |
| 233 | pub fn set_path(&mut self, path: String) { |
no outgoing calls