Struct openapi::Response [] [src]

pub struct Response {
    pub description: String,
    pub schema: Option<Schema>,
}

Fields

Trait Implementations

impl Debug for Response
[src]

Formats the value using the given formatter.

impl PartialEq for Response
[src]

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

This method tests for !=.