Struct lolapi::dto::Rune [] [src]

pub struct Rune {
    pub stats: HashMap<String, f64>,
    pub name: String,
    pub tags: Vec<String>,
    pub image: Option<Image>,
    pub sanitized_description: String,
    pub rune: MetaData,
    pub id: i32,
    pub description: String,
}

Fields

Trait Implementations

impl Clone for Rune
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Rune
[src]

[src]

Formats the value using the given formatter.