Struct openapi::Parameter [] [src]

pub struct Parameter {
    pub name: String,
    pub location: String,
    pub required: Option<bool>,
    pub schema: Option<Schema>,
    pub unique_items: Option<bool>,
    pub param_type: Option<String>,
    pub format: Option<String>,
}

Fields

Trait Implementations

impl Debug for Parameter
[src]

Formats the value using the given formatter.

impl PartialEq for Parameter
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.