pub struct DialoguerPrompter { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Default for DialoguerPrompter
impl Default for DialoguerPrompter
Auto Trait Implementations§
impl Freeze for DialoguerPrompter
impl RefUnwindSafe for DialoguerPrompter
impl Send for DialoguerPrompter
impl Sync for DialoguerPrompter
impl Unpin for DialoguerPrompter
impl UnwindSafe for DialoguerPrompter
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