pub struct AgentCommandArgs {
pub shared: SharedArgs,
pub kind: AgentReportKind,
pub sections: Option<Vec<AgentReportKind>>,
pub by_agent: bool,
pub pi_path: Option<String>,
pub open_claw_path: Option<String>,
pub codex_speed: CodexSpeed,
}Fields§
§kind: AgentReportKind§sections: Option<Vec<AgentReportKind>>§by_agent: bool§pi_path: Option<String>§open_claw_path: Option<String>§codex_speed: CodexSpeedTrait Implementations§
Source§impl Clone for AgentCommandArgs
impl Clone for AgentCommandArgs
Source§fn clone(&self) -> AgentCommandArgs
fn clone(&self) -> AgentCommandArgs
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 moreAuto Trait Implementations§
impl Freeze for AgentCommandArgs
impl RefUnwindSafe for AgentCommandArgs
impl Send for AgentCommandArgs
impl Sync for AgentCommandArgs
impl Unpin for AgentCommandArgs
impl UnsafeUnpin for AgentCommandArgs
impl UnwindSafe for AgentCommandArgs
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