pub struct InteractivePrompter;Expand description
Interactive prompter backed by dialoguer.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for InteractivePrompter
impl RefUnwindSafe for InteractivePrompter
impl Send for InteractivePrompter
impl Sync for InteractivePrompter
impl Unpin for InteractivePrompter
impl UnsafeUnpin for InteractivePrompter
impl UnwindSafe for InteractivePrompter
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