Crate mangadex_api_schema_rust

Crate mangadex_api_schema_rust 

Source
Expand description

MangaDex API response object types.

Modules§

error
v5

Structs§

ApiData
API response for a single entity containing an ApiObject in the data field.
ApiObject
ApiObjectNoRelationships
ApiObjectStringId
There might be some edge cases where some endpoints returns that returns ApiObject::id that is not an Uuid.
ApiResult
NoData
Placeholder to hold response bodies that will be discarded.

Traits§

RelationedObject
An utility trait for finding relationships quickly from an object by their RelationshipType.
TypedAttributes