Crate hvcg_example_openapi_entity[][src]

Re-exports

pub use client::Client;
pub use self::server::Service;

Modules

client
context
models
server

Enums

AddPetResponse
CreateUserResponse
CreateUsersWithArrayInputResponse
CreateUsersWithListInputResponse
DeleteOrderResponse
DeletePetResponse
DeleteUserResponse
FindPetsByStatusResponse
FindPetsByTagsResponse
GetInventoryResponse
GetOrderByIdResponse
GetPetByIdResponse
GetUserByNameResponse
LoginUserResponse
LogoutUserResponse
PlaceOrderResponse
UpdatePetResponse
UpdatePetWithFormResponse
UpdateUserResponse
UploadFileResponse

Constants

API_VERSION
BASE_PATH

Traits

Api

API

ApiNoContext

API where Context isn’t passed on every API call

ContextWrapperExt

Trait to extend an API to make it easy to bind it to a context.