(&self)
| 290 | C: ChangeStore, |
| 291 | { |
| 292 | fn clone(&self) -> Self { |
| 293 | Self { |
| 294 | txn: self.txn, |
| 295 | working_copy: self.working_copy, |
| 296 | change_store: self.change_store, |
| 297 | view: self.view, |
| 298 | options: self.options.clone(), |
| 299 | } |
| 300 | } |
| 301 | } |
| 302 | |
| 303 | // RECORD CONTEXT |
no outgoing calls