pub struct AgentSpec {
pub project: String,
pub agent: String,
pub tmux_session: String,
pub wrapper: PathBuf,
pub cwd: PathBuf,
pub env_file: PathBuf,
}Fields§
§project: String§agent: String§tmux_session: String§wrapper: PathBuf§cwd: PathBuf§env_file: PathBufImplementations§
Source§impl AgentSpec
impl AgentSpec
pub fn from_handle(h: AgentHandle<'_>, root: &Path, tmux_prefix: &str) -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AgentSpec
impl RefUnwindSafe for AgentSpec
impl Send for AgentSpec
impl Sync for AgentSpec
impl Unpin for AgentSpec
impl UnsafeUnpin for AgentSpec
impl UnwindSafe for AgentSpec
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