Type Alias mangadex_api_schema_rust::v5::ChapterCollection
source · pub type ChapterCollection = Results<ChapterObject>;Aliased Type§
struct ChapterCollection {
pub result: ResultType,
pub response: ResponseType,
pub data: Vec<ApiObject<ChapterAttributes>>,
pub limit: u32,
pub offset: u32,
pub total: u32,
}Fields§
§result: ResultType§response: ResponseType§data: Vec<ApiObject<ChapterAttributes>>§limit: u32§offset: u32§total: u32