mangadex_api_schema_rust::v5

Type Alias ApiClientCollection

Source
pub type ApiClientCollection = Results<ApiClientObject>;

Aliased Type§

struct ApiClientCollection {
    pub result: ResultType,
    pub response: ResponseType,
    pub data: Vec<ApiObject<ApiClientAttributes>>,
    pub limit: u32,
    pub offset: u32,
    pub total: u32,
}

Fields§

§result: ResultType§response: ResponseType§data: Vec<ApiObject<ApiClientAttributes>>§limit: u32§offset: u32§total: u32