#[repr(u32)]pub enum MapType {
Show 19 variants
AutoRedirect = 0,
CharacterCreation = 1,
PvP = 2,
GvG = 3,
Instance = 4,
Public = 5,
Tournament = 6,
Tutorial = 7,
UserTournament = 8,
WvWEternalBattlegrounds = 9,
WvWBlueBorderlands = 10,
WvWGreenBorderlands = 11,
WvWRedBorderlands = 12,
WVWFortunesVale = 13,
WvWObsidianSanctum = 14,
WvWEdgeOfTheMists = 15,
PublicMini = 16,
BigBattle = 17,
WvWLounge = 18,
}Variants§
AutoRedirect = 0
CharacterCreation = 1
PvP = 2
GvG = 3
Instance = 4
Public = 5
Tournament = 6
Tutorial = 7
UserTournament = 8
WvWEternalBattlegrounds = 9
WvWBlueBorderlands = 10
WvWGreenBorderlands = 11
WvWRedBorderlands = 12
WVWFortunesVale = 13
WvWObsidianSanctum = 14
WvWEdgeOfTheMists = 15
PublicMini = 16
BigBattle = 17
WvWLounge = 18
Trait Implementations§
Source§impl<'de> Deserialize<'de> for MapType
impl<'de> Deserialize<'de> for MapType
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 MapType
impl IntoEnumIterator for MapType
type Iterator = MapTypeIter
fn iter() -> MapTypeIter ⓘ
Source§impl Ord for MapType
impl Ord for MapType
Source§impl PartialOrd for MapType
impl PartialOrd for MapType
impl Copy for MapType
impl Eq for MapType
impl StructuralPartialEq for MapType
Auto Trait Implementations§
impl Freeze for MapType
impl RefUnwindSafe for MapType
impl Send for MapType
impl Sync for MapType
impl Unpin for MapType
impl UnwindSafe for MapType
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