Enum tf2_enum::StrangePart
source · [−]#[repr(u8)]
pub enum StrangePart {
Show 52 variants
ScoutsKilled,
SnipersKilled,
DemomenKilled,
HeaviesKilled,
PyrosKilled,
SpiesKilled,
EngineersKilled,
MedicsKilled,
BuildingsDestroyed,
ProjectilesReflected,
HeadshotKills,
AirborneEnemyKills,
GibKills,
KillsUnderAFullMoon,
Dominations,
Revenges,
PosthumousKills,
TeammatesExtinguished,
CriticalKills,
KillsWhileExplosiveJumping,
SappersRemoved,
CloakedSpiesKilled,
MedicsKilledThatHaveFullUberCharge,
RobotsDestroyed,
DefendersKilled,
SubmergedEnemyKills,
KillsWhileInvulnUberCharged,
TanksDestroyed,
LongDistanceKills,
KillsDuringVictoryTime,
RobotSpiesDestroyed,
TauntKills,
UnusualWearingPlayerKills,
BurningPlayerKills,
KillstreaksEnded,
FreezecamTauntAppearances,
DamageDealt,
FiresSurvived,
AlliedHealingDone,
PointBlankKills,
RobotsKilledDuringHalloween,
KillsDuringHalloween,
KillsWhileLowHealth,
GiantRobotsDestroyed,
Kills,
FullHealthKills,
SoldiersKilled,
RobotScoutsDestroyed,
TauntingPlayerKills,
Assists,
NotCritNorMiniCritKills,
PlayersHit,
}
Variants
ScoutsKilled
SnipersKilled
DemomenKilled
HeaviesKilled
PyrosKilled
SpiesKilled
EngineersKilled
MedicsKilled
BuildingsDestroyed
ProjectilesReflected
HeadshotKills
AirborneEnemyKills
GibKills
KillsUnderAFullMoon
Dominations
Revenges
PosthumousKills
TeammatesExtinguished
CriticalKills
KillsWhileExplosiveJumping
SappersRemoved
CloakedSpiesKilled
MedicsKilledThatHaveFullUberCharge
RobotsDestroyed
DefendersKilled
SubmergedEnemyKills
KillsWhileInvulnUberCharged
TanksDestroyed
LongDistanceKills
KillsDuringVictoryTime
RobotSpiesDestroyed
TauntKills
UnusualWearingPlayerKills
BurningPlayerKills
KillstreaksEnded
FreezecamTauntAppearances
DamageDealt
FiresSurvived
AlliedHealingDone
PointBlankKills
RobotsKilledDuringHalloween
KillsDuringHalloween
KillsWhileLowHealth
GiantRobotsDestroyed
Kills
FullHealthKills
SoldiersKilled
RobotScoutsDestroyed
TauntingPlayerKills
Assists
NotCritNorMiniCritKills
PlayersHit
Implementations
sourceimpl StrangePart
impl StrangePart
Trait Implementations
sourceimpl Clone for StrangePart
impl Clone for StrangePart
sourcefn clone(&self) -> StrangePart
fn clone(&self) -> StrangePart
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for StrangePart
impl Debug for StrangePart
sourceimpl<'de> Deserialize<'de> for StrangePart
impl<'de> Deserialize<'de> for StrangePart
sourcefn 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
sourceimpl Display for StrangePart
impl Display for StrangePart
sourceimpl From<StrangePart> for u8
impl From<StrangePart> for u8
sourcefn from(enum_value: StrangePart) -> Self
fn from(enum_value: StrangePart) -> Self
Performs the conversion.
sourceimpl FromStr for StrangePart
impl FromStr for StrangePart
type Err = ParseError
type Err = ParseError
The associated error which can be returned from parsing.
sourceimpl Hash for StrangePart
impl Hash for StrangePart
sourceimpl PartialEq<StrangePart> for StrangePart
impl PartialEq<StrangePart> for StrangePart
sourceimpl Serialize for StrangePart
impl Serialize for StrangePart
sourceimpl TryFrom<u8> for StrangePart
impl TryFrom<u8> for StrangePart
type Error = TryFromPrimitiveError<Self>
type Error = TryFromPrimitiveError<Self>
The type returned in the event of a conversion error.
sourcefn try_from(number: u8) -> Result<Self, TryFromPrimitiveError<Self>>
fn try_from(number: u8) -> Result<Self, TryFromPrimitiveError<Self>>
Performs the conversion.
sourceimpl TryFromPrimitive for StrangePart
impl TryFromPrimitive for StrangePart
type Primitive = u8
const NAME: &'static str
fn try_from_primitive(
number: Self::Primitive
) -> Result<Self, TryFromPrimitiveError<Self>>
impl Eq for StrangePart
impl StructuralEq for StrangePart
impl StructuralPartialEq for StrangePart
Auto Trait Implementations
impl RefUnwindSafe for StrangePart
impl Send for StrangePart
impl Sync for StrangePart
impl Unpin for StrangePart
impl UnwindSafe for StrangePart
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more