pub enum CodexStarClassEntry {
Show 126 variants
ATypes,
ATypeStar,
ATypeGiant,
ATypeSupergiant,
ATypeHypergiant,
AeBeTypes,
AeBeTypeStar,
AeBeTypeGiant,
AeBeTypeSupergiant,
AeBeTypeHypergiant,
BTypes,
BTypeStar,
BTypeGiant,
BTypeSupergiant,
BTypeHypergiant,
CTypes,
CTypeStar,
CTypeGiant,
CTypeSupergiant,
CTypeHypergiant,
CHTypes,
CHTypeStar,
CHTypeGiant,
CHTypeSupergiant,
CHTypeHypergiant,
CHDTypes,
CHDTypeStar,
CHDTypeGiant,
CHDTypeSupergiant,
CHDTypeHypergiant,
CJTypes,
CJTypeStar,
CJTypeGiant,
CJTypeSupergiant,
CJTypeHypergiant,
CNTypes,
CNTypeStar,
CNTypeGiant,
CNTypeSupergiant,
CNTypeHypergiant,
CSTypes,
CSTypeStar,
CSTypeGiant,
CSTypeSupergiant,
CSTypeHypergiant,
DType,
DAType,
DATypeHypergiant,
DABType,
DAOType,
DAVType,
DAZType,
DBType,
DBVType,
DBZType,
DCType,
DCVType,
DOType,
DOVType,
DQType,
DXType,
FTypes,
FTypeStar,
FTypeGiant,
FTypeSupergiant,
FTypeHypergiant,
GTypes,
GTypeStar,
GTypeGiant,
GTypeSupergiant,
GTypeHypergiant,
KTypes,
KTypeStar,
KTypeGiant,
KTypeSupergiant,
KTypeHypergiant,
LTypes,
LTypeStar,
LTypeGiant,
LTypeSupergiant,
LTypeHypergiant,
MTypes,
MTypeStar,
MTypeGiant,
MTypeSupergiant,
MTypeHypergiant,
MSTypes,
MSTypeStar,
MSTypeGiant,
MSTypeSupergiant,
MSTypeHypergiant,
OTypes,
OTypeStar,
OTypeGiant,
OTypeSupergiant,
OTypeHypergiant,
STypes,
STypeStar,
STypeGiant,
STypeSupergiant,
STypeHypergiant,
TTypes,
TTypeStar,
TTypeGiant,
TTypeSupergiant,
TTypeHypergiant,
TTSTypes,
TTSTypeStar,
TTSTypeGiant,
TTSTypeSupergiant,
TTSTypeHypergiant,
WType,
WCType,
WNType,
WNCType,
WOType,
YTypes,
YTypeStar,
YTypeGiant,
YTypeSupergiant,
YTypeHypergiant,
WhiteDwarfs,
WolfRayetStars,
NeutronStars,
BlackHole,
Unknown(String),
}
Expand description
Codex entries related to star class.
Variants§
ATypes
ATypeStar
ATypeGiant
ATypeSupergiant
ATypeHypergiant
AeBeTypes
AeBeTypeStar
AeBeTypeGiant
AeBeTypeSupergiant
AeBeTypeHypergiant
BTypes
BTypeStar
BTypeGiant
BTypeSupergiant
BTypeHypergiant
CTypes
CTypeStar
CTypeGiant
CTypeSupergiant
CTypeHypergiant
CHTypes
CHTypeStar
CHTypeGiant
CHTypeSupergiant
CHTypeHypergiant
CHDTypes
CHDTypeStar
CHDTypeGiant
CHDTypeSupergiant
CHDTypeHypergiant
CJTypes
CJTypeStar
CJTypeGiant
CJTypeSupergiant
CJTypeHypergiant
CNTypes
CNTypeStar
CNTypeGiant
CNTypeSupergiant
CNTypeHypergiant
CSTypes
CSTypeStar
CSTypeGiant
CSTypeSupergiant
CSTypeHypergiant
DType
DAType
DATypeHypergiant
DABType
DAOType
DAVType
DAZType
DBType
DBVType
DBZType
DCType
DCVType
DOType
DOVType
DQType
DXType
FTypes
FTypeStar
FTypeGiant
FTypeSupergiant
FTypeHypergiant
GTypes
GTypeStar
GTypeGiant
GTypeSupergiant
GTypeHypergiant
KTypes
KTypeStar
KTypeGiant
KTypeSupergiant
KTypeHypergiant
LTypes
LTypeStar
LTypeGiant
LTypeSupergiant
LTypeHypergiant
MTypes
MTypeStar
MTypeGiant
MTypeSupergiant
MTypeHypergiant
MSTypes
MSTypeStar
MSTypeGiant
MSTypeSupergiant
MSTypeHypergiant
OTypes
OTypeStar
OTypeGiant
OTypeSupergiant
OTypeHypergiant
STypes
STypeStar
STypeGiant
STypeSupergiant
STypeHypergiant
TTypes
TTypeStar
TTypeGiant
TTypeSupergiant
TTypeHypergiant
TTSTypes
TTSTypeStar
TTSTypeGiant
TTSTypeSupergiant
TTSTypeHypergiant
WType
WCType
WNType
WNCType
WOType
YTypes
YTypeStar
YTypeGiant
YTypeSupergiant
YTypeHypergiant
WhiteDwarfs
WolfRayetStars
NeutronStars
BlackHole
Unknown(String)
Available on crate feature
allow-unknown
only.Implementations§
Source§impl CodexStarClassEntry
impl CodexStarClassEntry
Sourcepub fn is_unknown(&self) -> bool
Available on crate feature allow-unknown
only.
pub fn is_unknown(&self) -> bool
allow-unknown
only.Whether the current variant is unknown.
Trait Implementations§
Source§impl Clone for CodexStarClassEntry
impl Clone for CodexStarClassEntry
Source§fn clone(&self) -> CodexStarClassEntry
fn clone(&self) -> CodexStarClassEntry
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 CodexStarClassEntry
impl Debug for CodexStarClassEntry
Source§impl<'de> Deserialize<'de> for CodexStarClassEntry
impl<'de> Deserialize<'de> for CodexStarClassEntry
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 Display for CodexStarClassEntry
impl Display for CodexStarClassEntry
Source§impl FromStr for CodexStarClassEntry
impl FromStr for CodexStarClassEntry
Source§impl Hash for CodexStarClassEntry
impl Hash for CodexStarClassEntry
Source§impl PartialEq for CodexStarClassEntry
impl PartialEq for CodexStarClassEntry
Source§impl Serialize for CodexStarClassEntry
impl Serialize for CodexStarClassEntry
impl Eq for CodexStarClassEntry
impl StructuralPartialEq for CodexStarClassEntry
Auto Trait Implementations§
impl Freeze for CodexStarClassEntry
impl RefUnwindSafe for CodexStarClassEntry
impl Send for CodexStarClassEntry
impl Sync for CodexStarClassEntry
impl Unpin for CodexStarClassEntry
impl UnwindSafe for CodexStarClassEntry
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