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 Into<Spell> for FootprintsSpell
impl Into<Spell> for FootprintsSpell
source§impl IntoEnumIterator for FootprintsSpell
impl IntoEnumIterator for FootprintsSpell
source§impl Ord for FootprintsSpell
impl Ord for FootprintsSpell
source§fn cmp(&self, other: &FootprintsSpell) -> Ordering
fn cmp(&self, other: &FootprintsSpell) -> 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<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 PartialOrd<FootprintsSpell> for FootprintsSpell
impl PartialOrd<FootprintsSpell> for FootprintsSpell
source§fn partial_cmp(&self, other: &FootprintsSpell) -> Option<Ordering>
fn partial_cmp(&self, other: &FootprintsSpell) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresource§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.
source§impl TryFromPrimitive for FootprintsSpell
impl TryFromPrimitive for FootprintsSpell
impl Copy for FootprintsSpell
impl Eq for FootprintsSpell
impl StructuralEq for FootprintsSpell
impl StructuralPartialEq for FootprintsSpell
Auto Trait Implementations§
impl RefUnwindSafe for FootprintsSpell
impl Send for FootprintsSpell
impl Sync for FootprintsSpell
impl Unpin for FootprintsSpell
impl UnwindSafe for FootprintsSpell
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