Struct sc2::data::ReplayPlayerInfo [] [src]

pub struct ReplayPlayerInfo { /* fields omitted */ }

information about a player in a replay

Trait Implementations

impl Debug for ReplayPlayerInfo
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for ReplayPlayerInfo
[src]

impl Clone for ReplayPlayerInfo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations