Struct lolapi::ItemTags [] [src]

pub struct ItemTags {
    pub colloq: bool,
    pub consume_on_full: bool,
    pub consumed: bool,
    pub depth: bool,
    pub effect: bool,
    pub from: bool,
    pub gold: bool,
    pub groups: bool,
    pub hide_from_all: bool,
    pub image: bool,
    pub in_store: bool,
    pub into: bool,
    pub maps: bool,
    pub required_champion: bool,
    pub sanitized_description: bool,
    pub special_recipe: bool,
    pub stacks: bool,
    pub stats: bool,
    pub tags: bool,
    pub tree: bool,
}

Fields

Methods

impl ItemTags
[src]

[src]

[src]

Trait Implementations

impl Clone for ItemTags
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for ItemTags
[src]

impl Debug for ItemTags
[src]

[src]

Formats the value using the given formatter.

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

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