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