pub struct FIFO {
pub stdin: Option<String>,
pub stdout: Option<String>,
pub stderr: Option<String>,
}Expand description
FIFO for the scenario that set FIFO for command Io.
Fields§
§stdin: Option<String>§stdout: Option<String>§stderr: Option<String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for FIFO
impl RefUnwindSafe for FIFO
impl Send for FIFO
impl Sync for FIFO
impl Unpin for FIFO
impl UnwindSafe for FIFO
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