pub struct ConfirmSelector { /* private fields */ }Expand description
Enhanced confirmation selector that supports y/n shortcuts, arrow keys, and q exit
Implementations§
Auto Trait Implementations§
impl Freeze for ConfirmSelector
impl RefUnwindSafe for ConfirmSelector
impl Send for ConfirmSelector
impl Sync for ConfirmSelector
impl Unpin for ConfirmSelector
impl UnwindSafe for ConfirmSelector
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