Struct openapi::Security [] [src]

pub struct Security {
    pub security_type: String,
}

Fields

Trait Implementations

impl Debug for Security
[src]

Formats the value using the given formatter.

impl PartialEq for Security
[src]

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

This method tests for !=.