pub enum DispatchMechanism {
InSession,
Cli,
}Expand description
How a single dispatch is delivered to a harness. The primary code axis for run-mode concerns (next-steps guidance, transcript source).
Variants§
InSession
In-session subagent dispatch (Claude Code’s Task tool).
Cli
One-shot harness CLI subprocess dispatch (codex exec).
Trait Implementations§
Source§impl Clone for DispatchMechanism
impl Clone for DispatchMechanism
Source§fn clone(&self) -> DispatchMechanism
fn clone(&self) -> DispatchMechanism
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 DispatchMechanism
Source§impl Debug for DispatchMechanism
impl Debug for DispatchMechanism
impl Eq for DispatchMechanism
Source§impl PartialEq for DispatchMechanism
impl PartialEq for DispatchMechanism
Source§fn eq(&self, other: &DispatchMechanism) -> bool
fn eq(&self, other: &DispatchMechanism) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DispatchMechanism
Auto Trait Implementations§
impl Freeze for DispatchMechanism
impl RefUnwindSafe for DispatchMechanism
impl Send for DispatchMechanism
impl Sync for DispatchMechanism
impl Unpin for DispatchMechanism
impl UnsafeUnpin for DispatchMechanism
impl UnwindSafe for DispatchMechanism
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<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.