mangadex_api::v5::schema

Type Alias MangaObject

Source
pub type MangaObject = ApiObject<MangaAttributes>;

Aliased Type§

struct MangaObject {
    pub id: Uuid,
    pub type_: RelationshipType,
    pub attributes: MangaAttributes,
    pub relationships: Vec<Relationship>,
}

Fields§

§id: Uuid§type_: RelationshipType§attributes: MangaAttributes§relationships: Vec<Relationship>