pub struct AutoAllowPrompter;Expand description
Default prompter that always allows (for non-interactive/testing).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AutoAllowPrompter
impl RefUnwindSafe for AutoAllowPrompter
impl Send for AutoAllowPrompter
impl Sync for AutoAllowPrompter
impl Unpin for AutoAllowPrompter
impl UnsafeUnpin for AutoAllowPrompter
impl UnwindSafe for AutoAllowPrompter
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