pub enum HarnessTarget {
ClaudeCode,
Codex,
OpenCode,
Cursor,
Generic,
}Expand description
Explicit harness target for deterministic install/check/uninstall behavior.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for HarnessTarget
impl Clone for HarnessTarget
Source§fn clone(&self) -> HarnessTarget
fn clone(&self) -> HarnessTarget
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 HarnessTarget
Source§impl Debug for HarnessTarget
impl Debug for HarnessTarget
impl Eq for HarnessTarget
Source§impl PartialEq for HarnessTarget
impl PartialEq for HarnessTarget
Source§fn eq(&self, other: &HarnessTarget) -> bool
fn eq(&self, other: &HarnessTarget) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for HarnessTarget
Auto Trait Implementations§
impl Freeze for HarnessTarget
impl RefUnwindSafe for HarnessTarget
impl Send for HarnessTarget
impl Sync for HarnessTarget
impl Unpin for HarnessTarget
impl UnsafeUnpin for HarnessTarget
impl UnwindSafe for HarnessTarget
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.