pub enum ProductSelection {
Codex,
Claude,
Both,
}Variants§
Trait Implementations§
Source§impl Clone for ProductSelection
impl Clone for ProductSelection
impl Copy for ProductSelection
Source§impl Debug for ProductSelection
impl Debug for ProductSelection
impl Eq for ProductSelection
Source§impl PartialEq for ProductSelection
impl PartialEq for ProductSelection
Source§impl Serialize for ProductSelection
impl Serialize for ProductSelection
impl StructuralPartialEq for ProductSelection
Source§impl ValueEnum for ProductSelection
impl ValueEnum for ProductSelection
Auto Trait Implementations§
impl Freeze for ProductSelection
impl RefUnwindSafe for ProductSelection
impl Send for ProductSelection
impl Sync for ProductSelection
impl Unpin for ProductSelection
impl UnsafeUnpin for ProductSelection
impl UnwindSafe for ProductSelection
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.