Struct lolapi::dto::ChampionStatic [] [src]

pub struct ChampionStatic {
    pub info: Option<Info>,
    pub enemytyps: Vec<String>,
    pub stats: Option<Stats>,
    pub name: String,
    pub title: String,
    pub image: Option<Image>,
    pub tags: Vec<String>,
    pub partype: String,
    pub skins: Vec<Skin>,
    pub passive: Option<Passive>,
    pub recommended: Vec<Recommended>,
    pub allytips: Vec<String>,
    pub key: String,
    pub lore: String,
    pub id: i32,
    pub blurb: String,
    pub spells: Vec<ChampionSpell>,
}

Fields

Trait Implementations

impl Clone for ChampionStatic
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ChampionStatic
[src]

[src]

Formats the value using the given formatter.