Struct kitsu::model::Anime [] [src]

pub struct Anime {
    pub attributes: AnimeAttributes,
    pub id: String,
    pub kind: Type,
    pub links: HashMap<String, String>,
    pub relationships: AnimeRelationships,
}

Information about an anime.

Fields

Information about the anime.

The id of the anime.

The type of item this is. Should always be Type::Anime.

Links related to the anime.

List of the anime's relationships.

Methods

impl Anime
[src]

[src]

The current airing status of the anime.

[src]

Generates a URL to the Kitsu page for the anime.

[src]

Generates a formatted URL to the youtube video.

Trait Implementations

impl Clone for Anime
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Anime
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Anime

impl Sync for Anime