pub struct CursorTarget;Trait Implementations§
Source§impl Target for CursorTarget
impl Target for CursorTarget
fn name(&self) -> &'static str
fn display_name(&self) -> &'static str
fn detect_paths(&self, home: &Path) -> Vec<PathBuf>
fn install(&self, home: &Path) -> Result<InstallOutcome, String>
fn hook_format(&self) -> Option<&dyn HookFormat>
Source§fn shell_tool_name(&self) -> &'static str
fn shell_tool_name(&self) -> &'static str
The harness’s SHELL tool — the only tool this hook should decide about. Droid’s is
Execute, Gemini’s run_shell_command; most are Bash. Defaults to Bash, the common
case.Auto Trait Implementations§
impl Freeze for CursorTarget
impl RefUnwindSafe for CursorTarget
impl Send for CursorTarget
impl Sync for CursorTarget
impl Unpin for CursorTarget
impl UnsafeUnpin for CursorTarget
impl UnwindSafe for CursorTarget
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