Enum bungie::destiny2::models::ActivityModeType[][src]

pub enum ActivityModeType {
    None,
    Story,
    Strike,
    Raid,
    AllPvP,
    Patrol,
    AllPvE,
    Reserved9,
    Control,
    Reserved11,
    Clash,
    Reserved13,
    CrimsonDoubles,
    Nightfall,
    HeroicNightfall,
    AllStrikes,
    IronBanner,
    Reserved20,
    Reserved21,
    Reserved22,
    Reserved24,
    AllMayhem,
    Reserved26,
    Reserved27,
    Reserved28,
    Reserved29,
    Reserved30,
    Supremacy,
    PrivateMatchesAll,
    Survival,
    Countdown,
    TrailsOfTheNine,
    Social,
    TrailsCountdown,
    TrailsSurvival,
    IronBannerControl,
    IronBannerClash,
    IronBannerSupremacy,
    ScoredNightfall,
    ScoredHeroicNightfall,
    Rumble,
    AllDoubles,
    Doubles,
    PrivateMatchesClash,
    PrivateMatchesControl,
    PrivateMatchesSupremacy,
    PrivateMatchesCountdown,
    PrivateMatchesSurvival,
    PrivateMatchesMayhem,
    PrivateMatchesRumble,
    HeroicAdventure,
    Showdown,
}

Variants

Trait Implementations

impl Clone for ActivityModeType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for ActivityModeType
[src]

impl Debug for ActivityModeType
[src]

Formats the value using the given formatter. Read more

impl Eq for ActivityModeType
[src]

impl PartialEq for ActivityModeType
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Serialize for ActivityModeType
[src]

Serialize this value into the given Serde serializer. Read more

impl<'de> Deserialize<'de> for ActivityModeType
[src]

Deserialize this value from the given Serde deserializer. Read more

Auto Trait Implementations