Struct chat_flame_backend::api::openapi::ApiDoc
source · pub struct ApiDoc;
Expand description
Represents the API documentation for the text generation inference service.
This struct uses utoipa::OpenApi
to provide a centralized documentation of the API endpoints
and their associated request and response models. It is used to generate OpenAPI specification
for the service, which can be served as a Swagger UI or other OpenAPI-compatible documentation tools.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ApiDoc
impl Send for ApiDoc
impl Sync for ApiDoc
impl Unpin for ApiDoc
impl UnwindSafe for ApiDoc
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more