pub struct ParsedSkill {
pub name: String,
pub description: String,
pub metadata: SkillMetadata,
pub invocation: SkillInvocationPolicy,
pub format: SkillFormat,
pub raw_yaml: Value,
}Fields§
§name: String§description: String§metadata: SkillMetadata§invocation: SkillInvocationPolicy§format: SkillFormat§raw_yaml: ValueAuto Trait Implementations§
impl Freeze for ParsedSkill
impl RefUnwindSafe for ParsedSkill
impl Send for ParsedSkill
impl Sync for ParsedSkill
impl Unpin for ParsedSkill
impl UnsafeUnpin for ParsedSkill
impl UnwindSafe for ParsedSkill
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