pub enum EquipSlot {
MainHand,
Feet,
Legs,
Chest,
Head,
OffHand,
Body,
}Variants§
Trait Implementations§
impl StructuralPartialEq for EquipSlot
Auto Trait Implementations§
impl Freeze for EquipSlot
impl RefUnwindSafe for EquipSlot
impl Send for EquipSlot
impl Sync for EquipSlot
impl Unpin for EquipSlot
impl UnwindSafe for EquipSlot
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