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