pub struct SkillSpec {
pub dir_name: &'static str,
pub body: &'static str,
}Fields§
§dir_name: &'static strSkill directory name (e.g. spool-runtime).
body: &'static strFile body for <skill-dir>/SKILL.md.
Auto Trait Implementations§
impl Freeze for SkillSpec
impl RefUnwindSafe for SkillSpec
impl Send for SkillSpec
impl Sync for SkillSpec
impl Unpin for SkillSpec
impl UnsafeUnpin for SkillSpec
impl UnwindSafe for SkillSpec
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