pub struct AgentLaunch {
pub argv: Vec<String>,
pub environment: Vec<(OsString, OsString)>,
pub repository: PathBuf,
pub worker_socket_path: PathBuf,
}Fields§
§argv: Vec<String>§environment: Vec<(OsString, OsString)>§repository: PathBuf§worker_socket_path: PathBufTrait Implementations§
Source§impl Clone for AgentLaunch
impl Clone for AgentLaunch
Source§fn clone(&self) -> AgentLaunch
fn clone(&self) -> AgentLaunch
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 AgentLaunch
impl RefUnwindSafe for AgentLaunch
impl Send for AgentLaunch
impl Sync for AgentLaunch
impl Unpin for AgentLaunch
impl UnsafeUnpin for AgentLaunch
impl UnwindSafe for AgentLaunch
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