pub enum TornItemCategory {
Show 29 variants
All,
Alcohol,
Armor,
Artifact,
Book,
Booster,
Candy,
Car,
Clothing,
Collectible,
Defensive,
Drug,
EnergyDrink,
Enhancer,
Flower,
Jewelry,
Material,
Medical,
Melee,
Other,
Plushie,
Primary,
Secondary,
Special,
SupplyPack,
Temporary,
Tool,
Unused,
Weapon,
}
Variants§
All
Alcohol
Armor
Artifact
Book
Booster
Candy
Car
Clothing
Collectible
Defensive
Drug
EnergyDrink
Enhancer
Flower
Jewelry
Material
Medical
Melee
Other
Plushie
Primary
Secondary
Special
SupplyPack
Temporary
Tool
Unused
Weapon
Trait Implementations§
Source§impl Clone for TornItemCategory
impl Clone for TornItemCategory
Source§fn clone(&self) -> TornItemCategory
fn clone(&self) -> TornItemCategory
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for TornItemCategory
impl Debug for TornItemCategory
Source§impl<'de> Deserialize<'de> for TornItemCategory
impl<'de> Deserialize<'de> for TornItemCategory
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 TornItemCategory
impl Display for TornItemCategory
Source§impl From<TornItemCategory> for Cat
impl From<TornItemCategory> for Cat
Source§fn from(value: TornItemCategory) -> Self
fn from(value: TornItemCategory) -> Self
Converts to this type from the input type.
Source§impl Hash for TornItemCategory
impl Hash for TornItemCategory
Source§impl PartialEq for TornItemCategory
impl PartialEq for TornItemCategory
impl Copy for TornItemCategory
impl Eq for TornItemCategory
impl StructuralPartialEq for TornItemCategory
Auto Trait Implementations§
impl Freeze for TornItemCategory
impl RefUnwindSafe for TornItemCategory
impl Send for TornItemCategory
impl Sync for TornItemCategory
impl Unpin for TornItemCategory
impl UnwindSafe for TornItemCategory
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