pub struct TargetArgs {
pub agent: String,
pub scope: String,
pub skills_dir: Option<String>,
}Expand description
--agent and --scope arrive as registry-checked enum values, so the
selector types below map from a closed set rather than parsing one.
Fields§
§agent: String§scope: String§skills_dir: Option<String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for TargetArgs
impl RefUnwindSafe for TargetArgs
impl Send for TargetArgs
impl Sync for TargetArgs
impl Unpin for TargetArgs
impl UnsafeUnpin for TargetArgs
impl UnwindSafe for TargetArgs
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