pub struct StdinPrompt;Expand description
Stdin-backed Prompt used by the real binary.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StdinPrompt
impl RefUnwindSafe for StdinPrompt
impl Send for StdinPrompt
impl Sync for StdinPrompt
impl Unpin for StdinPrompt
impl UnsafeUnpin for StdinPrompt
impl UnwindSafe for StdinPrompt
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