pub enum ActivityMode {
Show 67 variants
None,
Story,
Strike,
Raid,
AllPvP,
Patrol,
AllPvE,
Control,
Clash,
CrimsonDoubles,
Nightfall,
HeroicNightfall,
AllStrikes,
IronBanner,
AllMayhem,
Supremacy,
PrivateMatchesAll,
Survival,
Countdown,
TrialsOfTheNine,
Social,
TrialsCountdown,
TrialsSurvival,
IronBannerControl,
IronBannerClash,
IronBannerSupremacy,
ScoredNightfall,
ScoredHeroicNightfall,
Rumble,
AllDoubles,
Doubles,
PrivateMatchesClash,
PrivateMatchesControl,
PrivateMatchesSupremacy,
PrivateMatchesCountdown,
PrivateMatchesSurvival,
PrivateMatchesMayhem,
PrivateMatchesRumble,
HeroicAdventure,
Showdown,
Lockdown,
Scorched,
ScorchedTeam,
Gambit,
AllPvECompetitve,
Breakthrough,
BlackArmoryRun,
Salvage,
IronBannerSalvage,
PvPCompetitve,
PvPQuickplay,
ClashQuickplay,
ClashCompetitve,
ControlQuickplay,
ControlCompetitve,
GambitPrime,
Reckoning,
Menagerie,
VexOffensive,
NightmareHunt,
Elimination,
Momentum,
Dungeon,
Sundial,
TrialsOfOsiris,
Dares,
Offensive,
}Variants§
None
Story
Strike
Raid
AllPvP
Patrol
AllPvE
Control
Clash
CrimsonDoubles
Nightfall
HeroicNightfall
AllStrikes
IronBanner
AllMayhem
Supremacy
PrivateMatchesAll
Survival
Countdown
TrialsOfTheNine
Social
TrialsCountdown
TrialsSurvival
IronBannerControl
IronBannerClash
IronBannerSupremacy
ScoredNightfall
ScoredHeroicNightfall
Rumble
AllDoubles
Doubles
PrivateMatchesClash
PrivateMatchesControl
PrivateMatchesSupremacy
PrivateMatchesCountdown
PrivateMatchesSurvival
PrivateMatchesMayhem
PrivateMatchesRumble
HeroicAdventure
Showdown
Lockdown
Scorched
ScorchedTeam
Gambit
AllPvECompetitve
Breakthrough
BlackArmoryRun
Salvage
IronBannerSalvage
PvPCompetitve
PvPQuickplay
ClashQuickplay
ClashCompetitve
ControlQuickplay
ControlCompetitve
GambitPrime
Reckoning
Menagerie
VexOffensive
NightmareHunt
Elimination
Momentum
Dungeon
Sundial
TrialsOfOsiris
Dares
Offensive
Implementations§
Trait Implementations§
Source§impl IntoEnumIterator for ActivityMode
impl IntoEnumIterator for ActivityMode
type Iterator = ActivityModeIter
fn iter() -> ActivityModeIter ⓘ
Auto Trait Implementations§
impl Freeze for ActivityMode
impl RefUnwindSafe for ActivityMode
impl Send for ActivityMode
impl Sync for ActivityMode
impl Unpin for ActivityMode
impl UnwindSafe for ActivityMode
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