pub struct SkillSearchItem {
pub group: String,
pub name: String,
pub full_name: String,
pub description: String,
pub latest_version: String,
pub skill_type: Option<String>,
}Fields§
§group: String§name: String§full_name: String§description: String§latest_version: String§skill_type: Option<String>Trait Implementations§
Source§impl Clone for SkillSearchItem
impl Clone for SkillSearchItem
Source§fn clone(&self) -> SkillSearchItem
fn clone(&self) -> SkillSearchItem
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 SkillSearchItem
impl Debug for SkillSearchItem
Source§impl<'de> Deserialize<'de> for SkillSearchItem
impl<'de> Deserialize<'de> for SkillSearchItem
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 SkillSearchItem
Source§impl PartialEq for SkillSearchItem
impl PartialEq for SkillSearchItem
Source§impl Serialize for SkillSearchItem
impl Serialize for SkillSearchItem
impl StructuralPartialEq for SkillSearchItem
Auto Trait Implementations§
impl Freeze for SkillSearchItem
impl RefUnwindSafe for SkillSearchItem
impl Send for SkillSearchItem
impl Sync for SkillSearchItem
impl Unpin for SkillSearchItem
impl UnsafeUnpin for SkillSearchItem
impl UnwindSafe for SkillSearchItem
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