Enum tf2_enum::FootprintsSpell
source · #[repr(u32)]
pub enum FootprintsSpell {
TeamSpiritFootprints,
GangreenFootprints,
CorpseGrayFootprints,
ViolentVioletFootprints,
RottenOrangeFootprints,
BruisedPurpleFootprints,
HeadlessHorseshoes,
}
Variants§
TeamSpiritFootprints
GangreenFootprints
CorpseGrayFootprints
ViolentVioletFootprints
RottenOrangeFootprints
BruisedPurpleFootprints
HeadlessHorseshoes
Trait Implementations§
source§impl Clone for FootprintsSpell
impl Clone for FootprintsSpell
source§fn clone(&self) -> FootprintsSpell
fn clone(&self) -> FootprintsSpell
Returns a copy 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 FootprintsSpell
impl Debug for FootprintsSpell
source§impl<'de> Deserialize<'de> for FootprintsSpell
impl<'de> Deserialize<'de> for FootprintsSpell
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 FootprintsSpell
impl Display for FootprintsSpell
source§impl From<FootprintsSpell> for u32
impl From<FootprintsSpell> for u32
source§fn from(enum_value: FootprintsSpell) -> Self
fn from(enum_value: FootprintsSpell) -> Self
Converts to this type from the input type.
source§impl FromStr for FootprintsSpell
impl FromStr for FootprintsSpell
source§impl Hash for FootprintsSpell
impl Hash for FootprintsSpell
source§impl IntoEnumIterator for FootprintsSpell
impl IntoEnumIterator for FootprintsSpell
source§impl PartialEq<FootprintsSpell> for FootprintsSpell
impl PartialEq<FootprintsSpell> for FootprintsSpell
source§fn eq(&self, other: &FootprintsSpell) -> bool
fn eq(&self, other: &FootprintsSpell) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for FootprintsSpell
impl Serialize for FootprintsSpell
source§impl TryFrom<u32> for FootprintsSpell
impl TryFrom<u32> for FootprintsSpell
§type Error = TryFromPrimitiveError<FootprintsSpell>
type Error = TryFromPrimitiveError<FootprintsSpell>
The type returned in the event of a conversion error.