Struct kitsu::model::MangaTitles [] [src]

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

The titles of the manga.

Fields

The English title of the manga.

Examples

Attack on Titan

The romaji title of the manga.

Examples

Shingeki no Kyojin

Trait Implementations

impl Clone for MangaTitles
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for MangaTitles
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for MangaTitles

impl Sync for MangaTitles