| 15 | |
| 16 | #[derive(Debug, Clone, PartialEq, Eq)] |
| 17 | pub struct Instruments { |
| 18 | pub mongodb: Option<MongoDBConfig>, |
| 19 | } |
| 20 | |
| 21 | #[derive(Deserialize, Serialize, Debug, Clone, PartialEq, Eq, Hash)] |
| 22 | pub enum InstrumentName { |
nothing calls this directly
no outgoing calls
no test coverage detected