pub enum SuitSlot {
PrimaryWeapon1,
PrimaryWeapon2,
SecondaryWeapon,
}
Variants§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for SuitSlot
impl<'de> Deserialize<'de> for SuitSlot
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
impl StructuralPartialEq for SuitSlot
Auto Trait Implementations§
impl Freeze for SuitSlot
impl RefUnwindSafe for SuitSlot
impl Send for SuitSlot
impl Sync for SuitSlot
impl Unpin for SuitSlot
impl UnwindSafe for SuitSlot
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