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 ReplayInfofn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
fn fmt(&self, __arg_0: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for ReplayInfo[src]
impl Clone for ReplayInfofn clone(&self) -> ReplayInfo[src]
fn clone(&self) -> ReplayInfoReturns 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 ReplayInfoimpl Sync for ReplayInfo
impl Sync for ReplayInfo