Struct swagger_spec::Parameter [] [src]

pub struct Parameter {
    pub name: Option<String>,
    pub schema: Option<Schema>,
    pub in_: Option<ParameterIn>,
    pub description: Option<String>,
    pub required: bool,
    pub deprecated: bool,
    pub allow_empty_value: bool,
}

Fields

Methods

impl Parameter
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Clone for Parameter
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Parameter
[src]

[src]

Formats the value using the given formatter.