pub enum Terrain {
Show 13 variants
Afghanistan,
Caucasus,
Falklands,
Iraq,
Kola,
MarianaIslands,
Nevada,
Normandy,
PersianGulf,
Sinai,
Syria,
TheChannel,
GermanyCW,
}
Variants§
Afghanistan
Caucasus
Falklands
Iraq
Kola
MarianaIslands
Nevada
Normandy
PersianGulf
Sinai
Syria
TheChannel
GermanyCW
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Terrain
impl<'de> Deserialize<'de> for Terrain
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
Auto Trait Implementations§
impl Freeze for Terrain
impl RefUnwindSafe for Terrain
impl Send for Terrain
impl Sync for Terrain
impl Unpin for Terrain
impl UnwindSafe for Terrain
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