pub enum MailInjectProvider {
Claude,
Codex,
}Expand description
Live-inject target harness. claude is the default control.sock path;
codex routes to the app-server daemon (crate::codex_inject, US8).
Variants§
Trait Implementations§
Source§impl Clone for MailInjectProvider
impl Clone for MailInjectProvider
Source§fn clone(&self) -> MailInjectProvider
fn clone(&self) -> MailInjectProvider
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 MailInjectProvider
Source§impl Debug for MailInjectProvider
impl Debug for MailInjectProvider
Source§impl PartialEq for MailInjectProvider
impl PartialEq for MailInjectProvider
impl StructuralPartialEq for MailInjectProvider
Auto Trait Implementations§
impl Freeze for MailInjectProvider
impl RefUnwindSafe for MailInjectProvider
impl Send for MailInjectProvider
impl Sync for MailInjectProvider
impl Unpin for MailInjectProvider
impl UnsafeUnpin for MailInjectProvider
impl UnwindSafe for MailInjectProvider
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
impl<T> Read<Exclusive, BecauseExclusive> for Twhere
T: ?Sized,
Source§impl<T> ResetDiscriminant<T> for Twhere
T: Copy,
impl<T> ResetDiscriminant<T> for Twhere
T: Copy,
Source§fn discriminant(&self) -> T
fn discriminant(&self) -> T
Value based on which equality for the reset will be determined.