Struct lolapi::ChampionTags [] [src]

pub struct ChampionTags {
    pub allytips: bool,
    pub blurb: bool,
    pub enemytips: bool,
    pub format: bool,
    pub image: bool,
    pub info: bool,
    pub keys: bool,
    pub lore: bool,
    pub partype: bool,
    pub passive: bool,
    pub recommended: bool,
    pub skins: bool,
    pub spells: bool,
    pub stats: bool,
    pub tags: bool,
}

Fields

Methods

impl ChampionTags
[src]

[src]

[src]

Trait Implementations

impl Clone for ChampionTags
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for ChampionTags
[src]

impl Debug for ChampionTags
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for ChampionTags
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Eq for ChampionTags
[src]

impl Hash for ChampionTags
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more