pub enum SkillAgentSelection {
All,
Codex,
ClaudeCode,
}Variants§
All
Manage both Codex and Claude Code personal skills.
Codex
Manage the Codex local skill under $CODEX_HOME/skills.
ClaudeCode
Manage the Claude Code skill under ~/.claude/skills or .claude/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 moreSource§impl Debug for SkillAgentSelection
impl Debug 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 ==.Source§impl ValueEnum for SkillAgentSelection
impl ValueEnum for SkillAgentSelection
impl Copy for SkillAgentSelection
impl Eq for SkillAgentSelection
impl StructuralPartialEq 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