pub struct Pipes {
pub stdin: Pipe,
pub stdout: Pipe,
pub stderr: Pipe,
pub sync: SyncPair,
}Expand description
All pipes for sandbox I/O.
Fields§
§stdin: Pipe§stdout: Pipe§stderr: Pipe§sync: SyncPairImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Pipes
impl RefUnwindSafe for Pipes
impl Send for Pipes
impl Sync for Pipes
impl Unpin for Pipes
impl UnsafeUnpin for Pipes
impl UnwindSafe for Pipes
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