Type Alias mangadex_api::v5::schema::MangaData

source ·
pub type MangaData = ApiData<ApiObject<MangaAttributes>>;

Aliased Type§

struct MangaData {
    pub result: ResultType,
    pub response: ResponseType,
    pub data: ApiObject<MangaAttributes>,
}

Fields§

§result: ResultType§response: ResponseType§data: ApiObject<MangaAttributes>