Struct rocket_okapi_fork::gen::OpenApiGenerator[][src]

pub struct OpenApiGenerator { /* fields omitted */ }
Expand description

A struct that visits all rocket::Routes, and aggregates information about them.

Implementations

Create a new OpenApiGenerator from the settings provided.

Adds a security scheme to the generated output

Add a new HTTP Method to the collection of endpoints in the OpenApiGenerator.

Returns a JSON Schema object for the type T.

Obtain the internal SchemaGenerator object.

Return the component definition/schema of an object without any references.

Generate an OpenApi specification for all added operations.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

Converts self into a collection.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.