Struct owapi::v3::HeroPlaytime [] [src]

pub struct HeroPlaytime {
    pub junkrat: f64,
    pub roadhog: f64,
    pub orisa: f64,
    pub genji: f64,
    pub zenyatta: f64,
    pub tracer: f64,
    pub symmetra: f64,
    pub lucio: f64,
    pub dva: f64,
    pub pharah: f64,
    pub mei: f64,
    pub soldier76: f64,
    pub torbjorn: f64,
    pub zarya: f64,
    pub bastion: f64,
    pub ana: f64,
    pub reaper: f64,
    pub winston: f64,
    pub hanzo: f64,
    pub sombra: f64,
    pub widowmaker: f64,
    pub reinhardt: f64,
    pub mercy: f64,
    pub mccree: f64,
    pub doomfist: f64,
}

Time dedicated to playing each hero.

Fields

Hours spent playing Junkrat.

Hours spent playing Roadhog.

Hours spent playing OR15A.

Hours spent playing Genji.

Hours spent playing Zenyatta.

Hours spent playing Tracer.

Hours spent playing Symmetra.

Hours spent playing Lúcio.

Hours spent playing D.VA.

Hours spent playing Pharah.

Hours spent playing Mei.

Hours spent playing Soldier: 76.

Hours spent playing Torbjörn.

Hours spent playing Zarya.

Hours spent playing Bastion.

Hours spent playing Ana.

Hours spent playing Reaper.

Hours spent playing Winston.

Hours spent playing Hanzo.

Hours spent playing Sombra.

Hours spent playing Widowmaker.

Hours spent playing Reinhardt.

Hours spent playing Mercy.

Hours spent playing McCree.

Hours spent playing Doomfist.

Trait Implementations

impl Debug for HeroPlaytime
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for HeroPlaytime
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for HeroPlaytime
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.