#[repr(u16)]pub enum MapId {
Show 27 variants
DesertSands = 2,
Middleburg = 3,
Copperfield = 4,
Alpenstadt = 5,
Mines = 6,
DeadRail = 7,
FortDespair = 8,
Himmelsdorf = 9,
BlackGoldville = 10,
OasisPalms = 11,
GhostFactory = 12,
Molendijk = 14,
PortBay = 15,
WinterMalinovka = 19,
Castilla = 20,
Canal = 21,
Vineyards = 23,
YamatoHarbor = 25,
Canyon = 27,
MayanRuins = 30,
DynastyPearl = 31,
NavalFrontier = 35,
FallsCreek = 38,
NewBay = 40,
Normandy = 42,
Wasteland = 71,
Undefined = 0,
}Variants§
DesertSands = 2
Middleburg = 3
Copperfield = 4
Alpenstadt = 5
Mines = 6
DeadRail = 7
FortDespair = 8
Himmelsdorf = 9
BlackGoldville = 10
OasisPalms = 11
GhostFactory = 12
Molendijk = 14
PortBay = 15
WinterMalinovka = 19
Castilla = 20
Canal = 21
Vineyards = 23
YamatoHarbor = 25
Canyon = 27
MayanRuins = 30
DynastyPearl = 31
FallsCreek = 38
NewBay = 40
Normandy = 42
Wasteland = 71
Undefined = 0
Default value for Protocol Buffers and fallback value for Serde.
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for MapId
impl<'de> Deserialize<'de> for MapId
Source§fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Ord for MapId
impl Ord for MapId
Source§impl PartialOrd for MapId
impl PartialOrd for MapId
impl Eq for MapId
impl StructuralPartialEq for MapId
Auto Trait Implementations§
impl Freeze for MapId
impl RefUnwindSafe for MapId
impl Send for MapId
impl Sync for MapId
impl Unpin for MapId
impl UnwindSafe for MapId
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more