Enum sc2::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]

[src]

Formats the value using the given formatter.

impl Clone for Map
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more