pub struct ExecConfig {
pub capture_stdout: bool,
pub silence_stderr: bool,
pub stdin: Option<Vec<u8>>,
}Fieldsยง
ยงcapture_stdout: boolยงsilence_stderr: boolยงstdin: Option<Vec<u8>>Trait Implementationsยง
Sourceยงimpl Debug for ExecConfig
impl Debug for ExecConfig
Sourceยงimpl Default for ExecConfig
impl Default for ExecConfig
Sourceยงfn default() -> ExecConfig
fn default() -> ExecConfig
Returns the โdefault valueโ for a type. Read more
Auto Trait Implementationsยง
impl Freeze for ExecConfig
impl RefUnwindSafe for ExecConfig
impl Send for ExecConfig
impl Sync for ExecConfig
impl Unpin for ExecConfig
impl UnsafeUnpin for ExecConfig
impl UnwindSafe for ExecConfig
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