Struct sc2::data::ReplayPlayerInfo [−][src]
pub struct ReplayPlayerInfo { /* fields omitted */ }
Information about a player in a replay.
Trait Implementations
impl Debug for ReplayPlayerInfo
[src]
impl Debug for ReplayPlayerInfo
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Copy for ReplayPlayerInfo
[src]
impl Copy for ReplayPlayerInfo
impl Clone for ReplayPlayerInfo
[src]
impl Clone for ReplayPlayerInfo
fn clone(&self) -> ReplayPlayerInfo
[src]
fn clone(&self) -> ReplayPlayerInfo
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
Auto Trait Implementations
impl Send for ReplayPlayerInfo
impl Send for ReplayPlayerInfo
impl Sync for ReplayPlayerInfo
impl Sync for ReplayPlayerInfo