pub enum PipeStdinMode {
Piped,
Null,
}Expand description
Stdin mode for pipe-based processes.
Variants§
Trait Implementations§
Source§impl Clone for PipeStdinMode
impl Clone for PipeStdinMode
Source§fn clone(&self) -> PipeStdinMode
fn clone(&self) -> PipeStdinMode
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PipeStdinMode
Auto Trait Implementations§
impl Freeze for PipeStdinMode
impl RefUnwindSafe for PipeStdinMode
impl Send for PipeStdinMode
impl Sync for PipeStdinMode
impl Unpin for PipeStdinMode
impl UnwindSafe for PipeStdinMode
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