pub enum TargetValue {
Claude,
Codex,
Opencode,
}Variants§
Trait Implementations§
Source§impl Clone for TargetValue
impl Clone for TargetValue
Source§fn clone(&self) -> TargetValue
fn clone(&self) -> TargetValue
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 moreSource§impl Debug for TargetValue
impl Debug for TargetValue
Source§impl From<TargetValue> for TargetTool
impl From<TargetValue> for TargetTool
Source§fn from(value: TargetValue) -> Self
fn from(value: TargetValue) -> Self
Converts to this type from the input type.
Source§impl ValueEnum for TargetValue
impl ValueEnum for TargetValue
impl Copy for TargetValue
Auto Trait Implementations§
impl Freeze for TargetValue
impl RefUnwindSafe for TargetValue
impl Send for TargetValue
impl Sync for TargetValue
impl Unpin for TargetValue
impl UnsafeUnpin for TargetValue
impl UnwindSafe for TargetValue
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