Struct lolapi::SummonerSpellTags [] [src]

pub struct SummonerSpellTags {
    pub cooldown: bool,
    pub cooldown_burn: bool,
    pub cost: bool,
    pub cost_burn: bool,
    pub cost_type: bool,
    pub effect: bool,
    pub effect_burn: bool,
    pub image: bool,
    pub key: bool,
    pub leveltip: bool,
    pub maxrank: bool,
    pub modes: bool,
    pub range: bool,
    pub range_burn: bool,
    pub resource: bool,
    pub sanitized_description: bool,
    pub sanitized_tooltip: bool,
    pub tooltip: bool,
    pub vars: bool,
}

Fields

Methods

impl SummonerSpellTags
[src]

[src]

[src]

Trait Implementations

impl Clone for SummonerSpellTags
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for SummonerSpellTags
[src]

impl Debug for SummonerSpellTags
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for SummonerSpellTags
[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 SummonerSpellTags
[src]

impl Hash for SummonerSpellTags
[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