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
sourceimpl Clone for CraftMaterialType
impl Clone for CraftMaterialType
sourcefn clone(&self) -> CraftMaterialType
fn clone(&self) -> CraftMaterialType
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 CraftMaterialType
impl Debug for CraftMaterialType
sourceimpl<'de> Deserialize<'de> for CraftMaterialType
impl<'de> Deserialize<'de> for CraftMaterialType
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 CraftMaterialType
impl Display for CraftMaterialType
sourceimpl FromStr for CraftMaterialType
impl FromStr for CraftMaterialType
type Err = ParseError
type Err = ParseError
The associated error which can be returned from parsing.
sourceimpl Hash for CraftMaterialType
impl Hash for CraftMaterialType
sourceimpl IntoEnumIterator for CraftMaterialType
impl IntoEnumIterator for CraftMaterialType
sourceimpl Serialize for CraftMaterialType
impl Serialize for CraftMaterialType
impl Copy for CraftMaterialType
impl Eq for CraftMaterialType
impl StructuralEq for CraftMaterialType
impl StructuralPartialEq for CraftMaterialType
Auto Trait Implementations
impl RefUnwindSafe for CraftMaterialType
impl Send for CraftMaterialType
impl Sync for CraftMaterialType
impl Unpin for CraftMaterialType
impl UnwindSafe for CraftMaterialType
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