(&self)
| 1148 | |
| 1149 | impl Snapshottable for PciConfiguration { |
| 1150 | fn id(&self) -> String { |
| 1151 | String::from(PCI_CONFIGURATION_ID) |
| 1152 | } |
| 1153 | |
| 1154 | fn snapshot(&mut self) -> std::result::Result<Snapshot, MigratableError> { |
| 1155 | Snapshot::new_from_state(&self.state()) |