pub struct NonInteractivePrompts;Expand description
Always returns defaults / no for confirms.
Trait Implementations§
Source§impl Debug for NonInteractivePrompts
impl Debug for NonInteractivePrompts
Source§impl Default for NonInteractivePrompts
impl Default for NonInteractivePrompts
Source§fn default() -> NonInteractivePrompts
fn default() -> NonInteractivePrompts
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for NonInteractivePrompts
impl RefUnwindSafe for NonInteractivePrompts
impl Send for NonInteractivePrompts
impl Sync for NonInteractivePrompts
impl Unpin for NonInteractivePrompts
impl UnsafeUnpin for NonInteractivePrompts
impl UnwindSafe for NonInteractivePrompts
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