pub enum AgentTarget {
Claude,
Cursor,
Windsurf,
Cline,
Kilocode,
Antigravity,
Pi,
Hermes,
}Expand description
Target agent for hook installation.
Variants§
Claude
Claude Code (default)
Cursor
Cursor Agent (editor and CLI)
Windsurf
Windsurf IDE (Cascade)
Cline
Cline / Roo Code (VS Code)
Kilocode
Kilo Code
Antigravity
Google Antigravity
Pi
Pi coding agent
Hermes
Hermes CLI
Trait Implementations§
Source§impl Clone for AgentTarget
impl Clone for AgentTarget
Source§fn clone(&self) -> AgentTarget
fn clone(&self) -> AgentTarget
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 AgentTarget
Source§impl Debug for AgentTarget
impl Debug for AgentTarget
Source§impl PartialEq for AgentTarget
impl PartialEq for AgentTarget
Source§fn eq(&self, other: &AgentTarget) -> bool
fn eq(&self, other: &AgentTarget) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AgentTarget
Source§impl ValueEnum for AgentTarget
impl ValueEnum for AgentTarget
Auto Trait Implementations§
impl Freeze for AgentTarget
impl RefUnwindSafe for AgentTarget
impl Send for AgentTarget
impl Sync for AgentTarget
impl Unpin for AgentTarget
impl UnsafeUnpin for AgentTarget
impl UnwindSafe for AgentTarget
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