(&self, f: &mut fmt::Formatter<'_>)
| 107 | |
| 108 | impl fmt::Display for InstrumentedObjectStoreMode { |
| 109 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { |
| 110 | write!(f, "{self:?}") |
| 111 | } |
| 112 | } |
| 113 | |
| 114 | impl FromStr for InstrumentedObjectStoreMode { |