(&self, mode: InstrumentedObjectStoreMode)
| 154 | } |
| 155 | |
| 156 | fn set_instrument_mode(&self, mode: InstrumentedObjectStoreMode) { |
| 157 | self.instrument_mode.store(mode as u8, Ordering::Relaxed) |
| 158 | } |
| 159 | |
| 160 | /// Returns all [`RequestDetails`] accumulated in this [`InstrumentedObjectStore`] and clears |
| 161 | /// the stored requests |