Struct k8s_openapi_codegen_common::swagger20::Parameter [−][src]
pub struct Parameter { pub location: ParameterLocation, pub name: String, pub required: bool, pub schema: Schema, }
Expand description
An API operation parameter.
Fields
location: ParameterLocation
name: String
required: bool
schema: Schema
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Parameter
impl UnwindSafe for Parameter
Blanket Implementations
Mutably borrows from an owned value. Read more