pub struct KeywordSkillCardSkill {
pub type: SkillType,
pub id: String,
}Fields§
§type: SkillType§id: StringTrait Implementations§
Source§impl Clone for KeywordSkillCardSkill
impl Clone for KeywordSkillCardSkill
Source§fn clone(&self) -> KeywordSkillCardSkill
fn clone(&self) -> KeywordSkillCardSkill
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for KeywordSkillCardSkill
impl Debug for KeywordSkillCardSkill
Source§impl Default for KeywordSkillCardSkill
impl Default for KeywordSkillCardSkill
Source§fn default() -> KeywordSkillCardSkill
fn default() -> KeywordSkillCardSkill
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for KeywordSkillCardSkill
impl<'de> Deserialize<'de> for KeywordSkillCardSkill
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 PartialEq for KeywordSkillCardSkill
impl PartialEq for KeywordSkillCardSkill
Source§impl Serialize for KeywordSkillCardSkill
impl Serialize for KeywordSkillCardSkill
impl StructuralPartialEq for KeywordSkillCardSkill
Auto Trait Implementations§
impl Freeze for KeywordSkillCardSkill
impl RefUnwindSafe for KeywordSkillCardSkill
impl Send for KeywordSkillCardSkill
impl Sync for KeywordSkillCardSkill
impl Unpin for KeywordSkillCardSkill
impl UnsafeUnpin for KeywordSkillCardSkill
impl UnwindSafe for KeywordSkillCardSkill
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