MCPcopy Create free account
hub / github.com/baerwang/openapi-rs / SecurityRequirementObject

Class SecurityRequirementObject

src/model/parse.rs:116–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114
115#[derive(Debug, Serialize, Deserialize)]
116pub 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)]
124pub struct InfoObject {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected