pub enum ItemSlot {
Melee,
Primary,
Secondary,
PDA,
PDA2,
Building,
Misc,
Taunt,
Action,
Utility,
Quest,
}
Expand description
Item slot.
Variants§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for ItemSlot
impl<'de> Deserialize<'de> for ItemSlot
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 IntoEnumIterator for ItemSlot
impl IntoEnumIterator for ItemSlot
Source§impl Ord for ItemSlot
impl Ord for ItemSlot
Source§impl PartialOrd for ItemSlot
impl PartialOrd for ItemSlot
impl Copy for ItemSlot
impl Eq for ItemSlot
impl StructuralPartialEq for ItemSlot
Auto Trait Implementations§
impl Freeze for ItemSlot
impl RefUnwindSafe for ItemSlot
impl Send for ItemSlot
impl Sync for ItemSlot
impl Unpin for ItemSlot
impl UnwindSafe for ItemSlot
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