Struct dota2_api::models::MatchHistoryOptions [] [src]

pub struct MatchHistoryOptions {
    pub hero_id: Option<i32>,
    pub skill: Option<SkillLevel>,
    pub date_min: Option<u64>,
    pub date_max: Option<u64>,
    pub account_id: Option<u32>,
    pub league_id: Option<u32>,
    pub start_at_match_id: Option<u64>,
    pub matches_requested: Option<i32>,
}

Fields

Trait Implementations

impl Default for MatchHistoryOptions
[src]

Returns the "default value" for a type. Read more

impl Debug for MatchHistoryOptions
[src]

Formats the value using the given formatter.