pub enum MissionType {
Show 37 variants
AncientRetribution,
Arena,
Assassination,
Assault,
Capture,
Conclave,
DarkSectorDefection,
DarkSectorDefense,
DarkSectorDisruption,
DarkSectorExcavation,
DarkSectorSabotage,
DarkSectorSurvival,
Defense,
Disruption,
Excavation,
ExterminationLeftParenthesisArchwingRightParenthesis,
Extermination,
FreeRoam,
Hijack,
Hive,
HiveSabotage,
Interception,
InterceptionLeftParenthesisArchwingRightParenthesis,
MobileDefense,
MobileDefenseLeftParenthesisArchwingRightParenthesis,
OrokinSabotage,
Orphix,
PursuitLeftParenthesisArchwingRightParenthesis,
Relay,
Rescue,
RushLeftParenthesisArchwingRightParenthesis,
Sabotage,
SabotageLeftParenthesisArchwingRightParenthesis,
Skirmish,
Spy,
Survival,
Volatile,
}Expand description
MissionType : A Warframe mision type, the kind of game mode that the mission/node houses. A Warframe mision type, the kind of game mode that the mission/node houses.
Variants§
AncientRetribution
Arena
Assassination
Assault
Capture
Conclave
DarkSectorDefection
DarkSectorDefense
DarkSectorDisruption
DarkSectorExcavation
DarkSectorSabotage
DarkSectorSurvival
Defense
Disruption
Excavation
ExterminationLeftParenthesisArchwingRightParenthesis
Extermination
FreeRoam
Hijack
Hive
HiveSabotage
Interception
InterceptionLeftParenthesisArchwingRightParenthesis
MobileDefense
MobileDefenseLeftParenthesisArchwingRightParenthesis
OrokinSabotage
Orphix
PursuitLeftParenthesisArchwingRightParenthesis
Relay
Rescue
RushLeftParenthesisArchwingRightParenthesis
Sabotage
SabotageLeftParenthesisArchwingRightParenthesis
Skirmish
Spy
Survival
Volatile
Trait Implementations§
Source§impl Clone for MissionType
impl Clone for MissionType
Source§fn clone(&self) -> MissionType
fn clone(&self) -> MissionType
Returns a duplicate 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 MissionType
impl Debug for MissionType
Source§impl Default for MissionType
impl Default for MissionType
Source§fn default() -> MissionType
fn default() -> MissionType
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for MissionType
impl<'de> Deserialize<'de> for MissionType
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 MissionType
impl Display for MissionType
Source§impl Hash for MissionType
impl Hash for MissionType
Source§impl Ord for MissionType
impl Ord for MissionType
Source§fn cmp(&self, other: &MissionType) -> Ordering
fn cmp(&self, other: &MissionType) -> 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 MissionType
impl PartialEq for MissionType
Source§impl PartialOrd for MissionType
impl PartialOrd for MissionType
Source§impl Serialize for MissionType
impl Serialize for MissionType
impl Copy for MissionType
impl Eq for MissionType
impl StructuralPartialEq for MissionType
Auto Trait Implementations§
impl Freeze for MissionType
impl RefUnwindSafe for MissionType
impl Send for MissionType
impl Sync for MissionType
impl Unpin for MissionType
impl UnwindSafe for MissionType
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> PolicyExt for Twhere
T: ?Sized,
impl<T> PolicyExt for Twhere
T: ?Sized,
Source§impl<T> ToStringFallible for Twhere
T: Display,
impl<T> ToStringFallible for Twhere
T: Display,
Source§fn try_to_string(&self) -> Result<String, TryReserveError>
fn try_to_string(&self) -> Result<String, TryReserveError>
ToString::to_string, but without panic on OOM.