Struct sc2::data::ReplayInfo[][src]

pub struct ReplayInfo { /* fields omitted */ }

Information about a replay file.

Trait Implementations

impl Debug for ReplayInfo
[src]

Formats the value using the given formatter. Read more

impl Clone for ReplayInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for ReplayInfo

impl Sync for ReplayInfo