pub enum AtmosphereType {
Show 21 variants
None,
Ammonia,
Helium,
Nitrogen,
AmmoniaRich,
Neon,
CarbonDioxideRich,
Methane,
WaterRich,
CarbonDioxide,
Water,
ArgonRich,
MethaneRich,
SilicateVapour,
Argon,
EarthLike,
NeonRich,
Oxygen,
AmmoniaOxygen,
SulfurDioxide,
MetallicVapour,
}
Variants§
None
Ammonia
Helium
Nitrogen
AmmoniaRich
Neon
CarbonDioxideRich
Methane
WaterRich
CarbonDioxide
Water
ArgonRich
MethaneRich
SilicateVapour
Argon
EarthLike
NeonRich
Oxygen
AmmoniaOxygen
SulfurDioxide
MetallicVapour
Trait Implementations§
Source§impl Clone for AtmosphereType
impl Clone for AtmosphereType
Source§fn clone(&self) -> AtmosphereType
fn clone(&self) -> AtmosphereType
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for AtmosphereType
impl Debug for AtmosphereType
Source§impl<'de> Deserialize<'de> for AtmosphereType
impl<'de> Deserialize<'de> for AtmosphereType
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 FromStr for AtmosphereType
impl FromStr for AtmosphereType
Source§impl PartialEq for AtmosphereType
impl PartialEq for AtmosphereType
Source§impl Serialize for AtmosphereType
impl Serialize for AtmosphereType
impl StructuralPartialEq for AtmosphereType
Auto Trait Implementations§
impl Freeze for AtmosphereType
impl RefUnwindSafe for AtmosphereType
impl Send for AtmosphereType
impl Sync for AtmosphereType
impl Unpin for AtmosphereType
impl UnwindSafe for AtmosphereType
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