Struct sc2::data::ReplayInfo [−][src]
pub struct ReplayInfo { /* fields omitted */ }
Information about a replay file.
Trait Implementations
impl Debug for ReplayInfo
[src]
impl Debug for ReplayInfo
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 Clone for ReplayInfo
[src]
impl Clone for ReplayInfo
fn clone(&self) -> ReplayInfo
[src]
fn clone(&self) -> ReplayInfo
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 ReplayInfo
impl Send for ReplayInfo
impl Sync for ReplayInfo
impl Sync for ReplayInfo