| 114 | |
| 115 | #[derive(Debug, Serialize, Deserialize)] |
| 116 | pub struct SecurityRequirementObject { |
| 117 | #[serde(rename = "type", default)] |
| 118 | pub _type: String, |
| 119 | pub scheme: Option<String>, |
| 120 | pub description: Option<String>, |
| 121 | } |
| 122 | |
| 123 | #[derive(Debug, Serialize, Deserialize)] |
| 124 | pub struct InfoObject { |
nothing calls this directly
no outgoing calls
no test coverage detected