pub enum SkillAgentSelection {
All,
Codex,
ClaudeCode,
Opencode,
}Variants§
All
Manage every agent that supports the requested scope.
Codex
Manage the Codex skill under $CODEX_HOME/skills or .agents/skills.
ClaudeCode
Manage the Claude Code skill under ~/.claude/skills or .claude/skills.
Opencode
Manage the opencode skill under ~/.config/opencode/skills or .opencode/skills.
Trait Implementations§
Source§impl Clone for SkillAgentSelection
impl Clone for SkillAgentSelection
Source§fn clone(&self) -> SkillAgentSelection
fn clone(&self) -> SkillAgentSelection
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SkillAgentSelection
Source§impl Debug for SkillAgentSelection
impl Debug for SkillAgentSelection
impl Eq for SkillAgentSelection
Source§impl PartialEq for SkillAgentSelection
impl PartialEq for SkillAgentSelection
Source§fn eq(&self, other: &SkillAgentSelection) -> bool
fn eq(&self, other: &SkillAgentSelection) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SkillAgentSelection
Source§impl ValueEnum for SkillAgentSelection
impl ValueEnum for SkillAgentSelection
Auto Trait Implementations§
impl Freeze for SkillAgentSelection
impl RefUnwindSafe for SkillAgentSelection
impl Send for SkillAgentSelection
impl Sync for SkillAgentSelection
impl Unpin for SkillAgentSelection
impl UnsafeUnpin for SkillAgentSelection
impl UnwindSafe for SkillAgentSelection
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
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.