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

pub struct PlayerResult { /* fields omitted */ }

game result tied to a specific player id

Methods

impl PlayerResult
[src]

[src]

player that the result is associated with

[src]

result of the game from the perspective of the player

Trait Implementations

impl Debug for PlayerResult
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for PlayerResult
[src]

impl Clone for PlayerResult
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for PlayerResult

impl Sync for PlayerResult