Enum sf_api::gamestate::dungeons::LightDungeon
source · pub enum LightDungeon {
Show 29 variants
DesecratedCatacombs = 0,
MinesOfGloria = 1,
RuinsOfGnark = 2,
CutthroatGrotto = 3,
EmeraldScaleAltar = 4,
ToxicTree = 5,
MagmaStream = 6,
FrostBloodTemple = 7,
PyramidsofMadness = 8,
BlackSkullFortress = 9,
CircusOfHorror = 10,
Hell = 11,
The13thFloor = 12,
Easteros = 13,
Tower = 14,
TimeHonoredSchoolofMagic = 15,
Hemorridor = 16,
NordicGods = 18,
MountOlympus = 19,
TavernoftheDarkDoppelgangers = 20,
DragonsHoard = 21,
HouseOfHorrors = 22,
ThirdLeagueOfSuperheroes = 23,
DojoOfChildhoodHeroes = 24,
MonsterGrotto = 25,
CityOfIntrigues = 26,
SchoolOfMagicExpress = 27,
AshMountain = 28,
PlayaGamesHQ = 29,
}
Variants§
DesecratedCatacombs = 0
MinesOfGloria = 1
RuinsOfGnark = 2
CutthroatGrotto = 3
EmeraldScaleAltar = 4
ToxicTree = 5
MagmaStream = 6
FrostBloodTemple = 7
PyramidsofMadness = 8
BlackSkullFortress = 9
CircusOfHorror = 10
Hell = 11
The13thFloor = 12
Easteros = 13
Tower = 14
TimeHonoredSchoolofMagic = 15
Hemorridor = 16
NordicGods = 18
MountOlympus = 19
TavernoftheDarkDoppelgangers = 20
DragonsHoard = 21
HouseOfHorrors = 22
ThirdLeagueOfSuperheroes = 23
DojoOfChildhoodHeroes = 24
MonsterGrotto = 25
CityOfIntrigues = 26
SchoolOfMagicExpress = 27
AshMountain = 28
PlayaGamesHQ = 29
Trait Implementations§
source§impl Clone for LightDungeon
impl Clone for LightDungeon
source§fn clone(&self) -> LightDungeon
fn clone(&self) -> LightDungeon
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 LightDungeon
impl Debug for LightDungeon
source§impl<'de> Deserialize<'de> for LightDungeon
impl<'de> Deserialize<'de> for LightDungeon
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 IntoEnumIterator for LightDungeon
impl IntoEnumIterator for LightDungeon
type Iterator = LightDungeonIter
fn iter() -> LightDungeonIter ⓘ
source§impl Ord for LightDungeon
impl Ord for LightDungeon
source§fn cmp(&self, other: &LightDungeon) -> Ordering
fn cmp(&self, other: &LightDungeon) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for LightDungeon
impl PartialEq for LightDungeon
source§fn eq(&self, other: &LightDungeon) -> bool
fn eq(&self, other: &LightDungeon) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for LightDungeon
impl PartialOrd for LightDungeon
source§fn partial_cmp(&self, other: &LightDungeon) -> Option<Ordering>
fn partial_cmp(&self, other: &LightDungeon) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresource§impl Serialize for LightDungeon
impl Serialize for LightDungeon
impl Copy for LightDungeon
impl Eq for LightDungeon
impl StructuralEq for LightDungeon
impl StructuralPartialEq for LightDungeon
Auto Trait Implementations§
impl RefUnwindSafe for LightDungeon
impl Send for LightDungeon
impl Sync for LightDungeon
impl Unpin for LightDungeon
impl UnwindSafe for LightDungeon
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
§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.