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

pub struct ReplayPlayerInfo { /* fields omitted */ }

Information about a player in a replay.

Trait Implementations

impl Debug for ReplayPlayerInfo
[src]

Formats the value using the given formatter. Read more

impl Copy for ReplayPlayerInfo
[src]

impl Clone for ReplayPlayerInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for ReplayPlayerInfo

impl Sync for ReplayPlayerInfo