pub enum SkillType {
Show 18 variants
Acrobatics,
AnimalHandling,
Arcana,
Athletics,
Deception,
History,
Insight,
Intimidation,
Investigation,
Medicine,
Nature,
Perception,
Performance,
Persuasion,
Religion,
SleightOfHand,
Stealth,
Survival,
}
Variants§
Acrobatics
AnimalHandling
Arcana
Athletics
Deception
History
Insight
Intimidation
Investigation
Medicine
Nature
Perception
Performance
Persuasion
Religion
SleightOfHand
Stealth
Survival
Trait Implementations§
Source§impl<'de> Deserialize<'de> for SkillType
impl<'de> Deserialize<'de> for SkillType
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 Eq for SkillType
impl StructuralPartialEq for SkillType
Auto Trait Implementations§
impl Freeze for SkillType
impl RefUnwindSafe for SkillType
impl Send for SkillType
impl Sync for SkillType
impl Unpin for SkillType
impl UnwindSafe for SkillType
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