pub struct StdioPrompts;Expand description
Stdin/stdout prompts for interactive CLI/TUI use.
Trait Implementations§
Source§impl Debug for StdioPrompts
impl Debug for StdioPrompts
Source§impl Default for StdioPrompts
impl Default for StdioPrompts
Source§fn default() -> StdioPrompts
fn default() -> StdioPrompts
Returns the “default value” for a type. Read more
Source§impl PromptsProvider for StdioPrompts
impl PromptsProvider for StdioPrompts
Auto Trait Implementations§
impl Freeze for StdioPrompts
impl RefUnwindSafe for StdioPrompts
impl Send for StdioPrompts
impl Sync for StdioPrompts
impl Unpin for StdioPrompts
impl UnsafeUnpin for StdioPrompts
impl UnwindSafe for StdioPrompts
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