pub enum LandType {
Show 18 variants
Cave,
Cloud,
Desert,
Forest,
Gate,
Island,
Lair,
Locus,
Mine,
Mountain,
Plains,
Planet,
PowerPlant,
Sphere,
Swamp,
Tower,
Town,
Urzas,
}Variants§
Cave
Cloud
Desert
Forest
Gate
Island
Lair
Locus
Mine
Mountain
Plains
Planet
PowerPlant
Sphere
Swamp
Tower
Town
Urzas
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for LandType
impl<'de> Deserialize<'de> for LandType
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 LandType
impl Ord for LandType
Source§impl PartialOrd for LandType
impl PartialOrd for LandType
impl Copy for LandType
impl Eq for LandType
impl StructuralPartialEq for LandType
Auto Trait Implementations§
impl Freeze for LandType
impl RefUnwindSafe for LandType
impl Send for LandType
impl Sync for LandType
impl Unpin for LandType
impl UnwindSafe for LandType
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