Enum sc2::data::Map[][src]

pub enum Map {
    LocalMap(PathBuf),
    BlizzardMap(String),
}

Different ways of specifying a map.

Variants

Specify a map on the local filesystem.

Specify a known blizzard map.

Trait Implementations

impl Debug for Map
[src]

Formats the value using the given formatter. Read more

impl Clone for Map
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Map

impl Sync for Map