Struct kitsu::model::AnimeRelationships [] [src]

pub struct AnimeRelationships {
    pub anime_productions: Relationship,
    pub castings: Relationship,
    pub episodes: Relationship,
    pub genres: Relationship,
    pub installments: Relationship,
    pub mappings: Relationship,
    pub reviews: Relationship,
    pub streaming_links: Relationship,
}

Relationships for an Anime.

Fields

Productions for the anime

Castings for the anime.

The anime's episodes.

The anime's genres.

The anime's installments.

The anime's mappings.

The anime's reviews.

The anime's streaming links.

Trait Implementations

impl Clone for AnimeRelationships
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for AnimeRelationships
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations