pub struct PipedStdin { /* private fields */ }
Expand description
Intercept stdin
Implementations§
Source§impl PipedStdin
impl PipedStdin
Sourcepub fn get_writer(&mut self) -> &mut PipeWriter
pub fn get_writer(&mut self) -> &mut PipeWriter
Get writer of pipe
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PipedStdin
impl RefUnwindSafe for PipedStdin
impl Send for PipedStdin
impl Sync for PipedStdin
impl Unpin for PipedStdin
impl UnwindSafe for PipedStdin
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