pub struct SkillType(pub String);Tuple Fields§
§0: StringImplementations§
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 UnsafeUnpin 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