pub enum SkillHost {
ClaudeCode,
Codex,
Cursor,
Factory,
Kiro,
Opencode,
}Expand description
Hosts the binary knows how to install into. Surface names match
src/skill_install/skill.json keys verbatim via
rename_all = "snake_case".
Variants§
Trait Implementations§
impl Copy for SkillHost
impl Eq for SkillHost
impl StructuralPartialEq for SkillHost
Auto Trait Implementations§
impl Freeze for SkillHost
impl RefUnwindSafe for SkillHost
impl Send for SkillHost
impl Sync for SkillHost
impl Unpin for SkillHost
impl UnsafeUnpin for SkillHost
impl UnwindSafe for SkillHost
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.