pub struct Skill {
pub metadata: SkillMetadata,
pub path: PathBuf,
pub skill_md_path: PathBuf,
}Expand description
A discovered skill with its metadata and file paths.
Fields§
§metadata: SkillMetadataParsed metadata from SKILL.md frontmatter.
path: PathBufAbsolute path to the skill directory.
skill_md_path: PathBufAbsolute path to the SKILL.md file.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Skill
impl RefUnwindSafe for Skill
impl Send for Skill
impl Sync for Skill
impl Unpin for Skill
impl UnwindSafe for Skill
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