pub struct TTYLinesBuilder<P: AsRef<Path>> { /* private fields */ }
Expand description
Builder for lines read from the tty or stdin
Implementations§
Auto Trait Implementations§
impl<P> Freeze for TTYLinesBuilder<P>where
P: Freeze,
impl<P> RefUnwindSafe for TTYLinesBuilder<P>where
P: RefUnwindSafe,
impl<P> Send for TTYLinesBuilder<P>where
P: Send,
impl<P> Sync for TTYLinesBuilder<P>where
P: Sync,
impl<P> Unpin for TTYLinesBuilder<P>where
P: Unpin,
impl<P> UnwindSafe for TTYLinesBuilder<P>where
P: UnwindSafe,
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