pub enum AgentSkillTarget {
Auto,
Opencode,
Claude,
Pi,
}Expand description
Supported coding-agent skill targets
Variants§
Trait Implementations§
Source§impl Clone for AgentSkillTarget
impl Clone for AgentSkillTarget
Source§fn clone(&self) -> AgentSkillTarget
fn clone(&self) -> AgentSkillTarget
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 AgentSkillTarget
Source§impl Debug for AgentSkillTarget
impl Debug for AgentSkillTarget
impl Eq for AgentSkillTarget
Source§impl PartialEq for AgentSkillTarget
impl PartialEq for AgentSkillTarget
impl StructuralPartialEq for AgentSkillTarget
Source§impl ValueEnum for AgentSkillTarget
impl ValueEnum for AgentSkillTarget
Auto Trait Implementations§
impl Freeze for AgentSkillTarget
impl RefUnwindSafe for AgentSkillTarget
impl Send for AgentSkillTarget
impl Sync for AgentSkillTarget
impl Unpin for AgentSkillTarget
impl UnsafeUnpin for AgentSkillTarget
impl UnwindSafe for AgentSkillTarget
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