Struct openapi::Operations [] [src]

pub struct Operations {
    pub get: Option<Operation>,
    pub post: Option<Operation>,
    pub put: Option<Operation>,
    pub patch: Option<Operation>,
    pub delete: Option<Operation>,
    pub parameters: Option<Vec<Parameter>>,
}

Fields

Trait Implementations

impl Debug for Operations
[src]

Formats the value using the given formatter.

impl PartialEq for Operations
[src]

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

This method tests for !=.