Struct kitsu::model::AnimeTitles [] [src]

pub struct AnimeTitles {
    pub en: Option<String>,
    pub en_jp: Option<String>,
    pub ja_jp: Option<String>,
}

The titles of the anime.

Fields

The English title of the anime.

Examples

Attack on Titan

The romaji title of the anime.

Examples

Shingeki no Kyojin

The Japanese title of the anime.

Examples

進撃の巨人

Trait Implementations

impl Clone for AnimeTitles
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for AnimeTitles
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for AnimeTitles

impl Sync for AnimeTitles