pub enum ClientValue {
Claude,
Codex,
Cursor,
Opencode,
}Variants§
Trait Implementations§
Source§impl Clone for ClientValue
impl Clone for ClientValue
Source§fn clone(&self) -> ClientValue
fn clone(&self) -> ClientValue
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 ClientValue
impl Debug for ClientValue
Source§impl ValueEnum for ClientValue
impl ValueEnum for ClientValue
impl Copy for ClientValue
Auto Trait Implementations§
impl Freeze for ClientValue
impl RefUnwindSafe for ClientValue
impl Send for ClientValue
impl Sync for ClientValue
impl Unpin for ClientValue
impl UnsafeUnpin for ClientValue
impl UnwindSafe for ClientValue
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