pub struct YesPrompter;Expand description
Returns each field’s computed default without prompting. Errors if a required field has no default.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for YesPrompter
impl RefUnwindSafe for YesPrompter
impl Send for YesPrompter
impl Sync for YesPrompter
impl Unpin for YesPrompter
impl UnsafeUnpin for YesPrompter
impl UnwindSafe for YesPrompter
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