Type Alias mangadex_api::v5::schema::MangaCollection

source ·
pub type MangaCollection = Results<ApiObject<MangaAttributes>>;

Aliased Type§

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

Fields§

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