pub struct CopilotDetector;Trait Implementations§
Source§impl AgentDetector for CopilotDetector
impl AgentDetector for CopilotDetector
Source§fn display_name(&self) -> &'static str
fn display_name(&self) -> &'static str
Fn.
Source§fn detect(&self, home: &Path) -> AgentSnapshot
fn detect(&self, home: &Path) -> AgentSnapshot
Inspect
home (the user’s home directory) and produce a snapshot.
Detectors must not panic on missing paths — InstallStatus::No is the
expected outcome for absent agents.Auto Trait Implementations§
impl Freeze for CopilotDetector
impl RefUnwindSafe for CopilotDetector
impl Send for CopilotDetector
impl Sync for CopilotDetector
impl Unpin for CopilotDetector
impl UnsafeUnpin for CopilotDetector
impl UnwindSafe for CopilotDetector
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