pub enum DetectedTool {
ClaudeCode,
Cursor,
}Variants§
Implementations§
Source§impl DetectedTool
impl DetectedTool
Trait Implementations§
Source§impl Clone for DetectedTool
impl Clone for DetectedTool
Source§fn clone(&self) -> DetectedTool
fn clone(&self) -> DetectedTool
Returns a duplicate of the value. Read more
1.0.0 · 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 DetectedTool
impl Debug for DetectedTool
impl Copy for DetectedTool
Auto Trait Implementations§
impl Freeze for DetectedTool
impl RefUnwindSafe for DetectedTool
impl Send for DetectedTool
impl Sync for DetectedTool
impl Unpin for DetectedTool
impl UnsafeUnpin for DetectedTool
impl UnwindSafe for DetectedTool
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