Struct lolapi::dto::MetaData [] [src]

pub struct MetaData {
    pub tier: String,
    pub rune_type: String,
    pub is_rune: bool,
}

Fields

Trait Implementations

impl Clone for MetaData
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for MetaData
[src]

[src]

Formats the value using the given formatter.