pub enum ItemStat {
Str,
Def,
Dex,
Crit,
}Variants§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for ItemStat
impl<'de> Deserialize<'de> for ItemStat
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 Ord for ItemStat
impl Ord for ItemStat
Source§impl PartialOrd for ItemStat
impl PartialOrd for ItemStat
impl Copy for ItemStat
impl Eq for ItemStat
impl StructuralPartialEq for ItemStat
Auto Trait Implementations§
impl Freeze for ItemStat
impl RefUnwindSafe for ItemStat
impl Send for ItemStat
impl Sync for ItemStat
impl Unpin for ItemStat
impl UnwindSafe for ItemStat
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