Struct openapi::Tag [] [src]

pub struct Tag {
    pub name: String,
    pub description: Option<String>,
    pub external_docs: Option<Vec<ExternalDoc>>,
}

Fields

Trait Implementations

impl Debug for Tag
[src]

Formats the value using the given formatter.

impl PartialEq for Tag
[src]

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

This method tests for !=.