Struct sc2::data::PlayerResult[][src]

pub struct PlayerResult { /* fields omitted */ }

Game result tied to a specific player id.

Methods

impl PlayerResult
[src]

Player that the result is associated with.

Result of the game from the perspective of the player.

Trait Implementations

impl Debug for PlayerResult
[src]

Formats the value using the given formatter. Read more

impl Copy for PlayerResult
[src]

impl Clone for PlayerResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for PlayerResult

impl Sync for PlayerResult