pub struct PipeInput { /* private fields */ }Expand description
Input source for getline from pipe
Auto Trait Implementations§
impl Freeze for PipeInput
impl RefUnwindSafe for PipeInput
impl Send for PipeInput
impl Sync for PipeInput
impl Unpin for PipeInput
impl UnwindSafe for PipeInput
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