pub struct SkillPackage {
pub group: String,
pub name: String,
pub version: String,
pub files: Vec<SkillPackageFile>,
}Fields§
§group: String§name: String§version: String§files: Vec<SkillPackageFile>Trait Implementations§
Source§impl Clone for SkillPackage
impl Clone for SkillPackage
Source§fn clone(&self) -> SkillPackage
fn clone(&self) -> SkillPackage
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 SkillPackage
impl Debug for SkillPackage
impl Eq for SkillPackage
Source§impl PartialEq for SkillPackage
impl PartialEq for SkillPackage
impl StructuralPartialEq for SkillPackage
Auto Trait Implementations§
impl Freeze for SkillPackage
impl RefUnwindSafe for SkillPackage
impl Send for SkillPackage
impl Sync for SkillPackage
impl Unpin for SkillPackage
impl UnsafeUnpin for SkillPackage
impl UnwindSafe for SkillPackage
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