pub struct ExeResources {
pub uid: u32,
pub exe_dir: TempDir,
pub exe_command: String,
pub stdin_path: String,
pub stdout_path: String,
pub stderr_path: String,
pub interactorin_path: String,
pub interactorout_path: String,
}
Fields§
§uid: u32
§exe_dir: TempDir
§exe_command: String
§stdin_path: String
§stdout_path: String
§stderr_path: String
§interactorin_path: String
§interactorout_path: String
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ExeResources
impl RefUnwindSafe for ExeResources
impl Send for ExeResources
impl Sync for ExeResources
impl Unpin for ExeResources
impl UnwindSafe for ExeResources
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