Struct lolapi::dto::MetaData
[−]
[src]
pub struct MetaData {
pub tier: String,
pub rune_type: String,
pub is_rune: bool,
}Fields
tier: String
rune_type: String
is_rune: bool
Trait Implementations
impl Clone for MetaData[src]
fn clone(&self) -> MetaData[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more