Set container info.
(&mut self, container: Container)
| 185 | |
| 186 | /// Set container info. |
| 187 | pub fn set_container(&mut self, container: Container) { |
| 188 | self.container = Some(container); |
| 189 | } |
| 190 | |
| 191 | /// Add an unmapped field. |
| 192 | pub fn add_unmapped(&mut self, key: &str, value: impl Into<serde_json::Value>) { |