pub struct SandboxedProcess {
pub pid: u32,
pub stdin: ChildStdin,
pub stdout: ChildStdout,
}Fields§
§pid: u32§stdin: ChildStdin§stdout: ChildStdoutAuto Trait Implementations§
impl Freeze for SandboxedProcess
impl RefUnwindSafe for SandboxedProcess
impl Send for SandboxedProcess
impl Sync for SandboxedProcess
impl Unpin for SandboxedProcess
impl UnsafeUnpin for SandboxedProcess
impl UnwindSafe for SandboxedProcess
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