pub struct SkillFile {
pub relative_path: String,
pub contents: Vec<u8>,
}Expand description
One file inside a skill bundle (e.g. SKILL.md, reference/usage.md).
The path is relative to the skill’s install root.
Fields§
§relative_path: String§contents: Vec<u8>Trait Implementations§
impl Eq for SkillFile
impl StructuralPartialEq for SkillFile
Auto Trait Implementations§
impl Freeze for SkillFile
impl RefUnwindSafe for SkillFile
impl Send for SkillFile
impl Sync for SkillFile
impl Unpin for SkillFile
impl UnsafeUnpin for SkillFile
impl UnwindSafe for SkillFile
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.