Enum sc2::data::Map [−][src]
Different ways of specifying a map.
Variants
LocalMap(PathBuf)Specify a map on the local filesystem.
BlizzardMap(String)Specify a known blizzard map.
Trait Implementations
impl Debug for Map[src]
impl Debug for Mapfn 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 Map[src]
impl Clone for Map