pub struct SkillRef {
pub name: String,
pub path: PathBuf,
}Expand description
A reference document within a skill’s refs/ directory.
Fields§
§name: StringFilename without extension, e.g. “api-spec”
path: PathBufAbsolute path to the ref file
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SkillRef
impl RefUnwindSafe for SkillRef
impl Send for SkillRef
impl Sync for SkillRef
impl Unpin for SkillRef
impl UnsafeUnpin for SkillRef
impl UnwindSafe for SkillRef
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