pub enum EmitTarget {
Claude,
Codex,
}Expand description
Target agent runtime for agent emit-skills.
Variants§
Trait Implementations§
Source§impl Clone for EmitTarget
impl Clone for EmitTarget
Source§fn clone(&self) -> EmitTarget
fn clone(&self) -> EmitTarget
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 EmitTarget
Source§impl Debug for EmitTarget
impl Debug for EmitTarget
impl Eq for EmitTarget
Source§impl PartialEq for EmitTarget
impl PartialEq for EmitTarget
Source§fn eq(&self, other: &EmitTarget) -> bool
fn eq(&self, other: &EmitTarget) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for EmitTarget
Source§impl ValueEnum for EmitTarget
impl ValueEnum for EmitTarget
Source§fn value_variants<'a>() -> &'a [EmitTarget]
fn value_variants<'a>() -> &'a [EmitTarget]
All possible argument values, in display order.
Source§fn to_possible_value<'a>(&self) -> Option<PossibleValue>
fn to_possible_value<'a>(&self) -> Option<PossibleValue>
The canonical argument value. Read more
Auto Trait Implementations§
impl Freeze for EmitTarget
impl RefUnwindSafe for EmitTarget
impl Send for EmitTarget
impl Sync for EmitTarget
impl Unpin for EmitTarget
impl UnsafeUnpin for EmitTarget
impl UnwindSafe for EmitTarget
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