Struct openapi::Info [] [src]

pub struct Info {
    pub title: String,
    pub version: String,
    pub terms_of_service: Option<String>,
}

Fields

Trait Implementations

impl Debug for Info
[src]

Formats the value using the given formatter.

impl PartialEq for Info
[src]

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

This method tests for !=.