pub enum WrapperAgentKind {
Codex,
ClaudeCode,
Other(String),
}Variants§
Trait Implementations§
Source§impl Clone for WrapperAgentKind
impl Clone for WrapperAgentKind
Source§fn clone(&self) -> WrapperAgentKind
fn clone(&self) -> WrapperAgentKind
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 WrapperAgentKind
impl Debug for WrapperAgentKind
Source§impl PartialEq for WrapperAgentKind
impl PartialEq for WrapperAgentKind
Source§fn eq(&self, other: &WrapperAgentKind) -> bool
fn eq(&self, other: &WrapperAgentKind) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for WrapperAgentKind
impl StructuralPartialEq for WrapperAgentKind
Auto Trait Implementations§
impl Freeze for WrapperAgentKind
impl RefUnwindSafe for WrapperAgentKind
impl Send for WrapperAgentKind
impl Sync for WrapperAgentKind
impl Unpin for WrapperAgentKind
impl UnsafeUnpin for WrapperAgentKind
impl UnwindSafe for WrapperAgentKind
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