pub enum AuthorArm {
SourcePayload,
ContractPayload,
ContractGrammar,
Downshifted,
}Expand description
Contract-native authoring arms measured by run_author_bench.
Variants§
SourcePayload
A raw source prompt sent to one high-tier fake runner.
ContractPayload
A contract-projection prompt without strict output grammar.
ContractGrammar
The same contract projection with strict output grammar metadata.
Downshifted
A strict contract request routed through cheap-first deterministic fakes.
Implementations§
Trait Implementations§
impl Eq for AuthorArm
impl StructuralPartialEq for AuthorArm
Auto Trait Implementations§
impl Freeze for AuthorArm
impl RefUnwindSafe for AuthorArm
impl Send for AuthorArm
impl Sync for AuthorArm
impl Unpin for AuthorArm
impl UnsafeUnpin for AuthorArm
impl UnwindSafe for AuthorArm
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.