Enum tf2_enum::CraftMaterialType
source · pub enum CraftMaterialType {
Weapon,
Hat,
CraftBar,
HauntedHat,
Tool,
CraftToken,
SupplyCrate,
CraftMaterialBurned,
CraftMaterialVoodooCursed,
StrangePart,
}
Variants§
Weapon
Hat
CraftBar
HauntedHat
Tool
CraftToken
SupplyCrate
CraftMaterialBurned
CraftMaterialVoodooCursed
StrangePart
Trait Implementations§
source§impl Clone for CraftMaterialType
impl Clone for CraftMaterialType
source§fn clone(&self) -> CraftMaterialType
fn clone(&self) -> CraftMaterialType
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 CraftMaterialType
impl Debug for CraftMaterialType
source§impl<'de> Deserialize<'de> for CraftMaterialType
impl<'de> Deserialize<'de> for CraftMaterialType
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 CraftMaterialType
impl Display for CraftMaterialType
source§impl FromStr for CraftMaterialType
impl FromStr for CraftMaterialType
source§impl Hash for CraftMaterialType
impl Hash for CraftMaterialType
source§impl IntoEnumIterator for CraftMaterialType
impl IntoEnumIterator for CraftMaterialType
source§impl PartialEq<CraftMaterialType> for CraftMaterialType
impl PartialEq<CraftMaterialType> for CraftMaterialType
source§fn eq(&self, other: &CraftMaterialType) -> bool
fn eq(&self, other: &CraftMaterialType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.