pub struct NoopPromptHandler;Expand description
Default no-op prompt handler
Trait Implementations§
Source§impl PromptHandler for NoopPromptHandler
impl PromptHandler for NoopPromptHandler
Auto Trait Implementations§
impl Freeze for NoopPromptHandler
impl RefUnwindSafe for NoopPromptHandler
impl Send for NoopPromptHandler
impl Sync for NoopPromptHandler
impl Unpin for NoopPromptHandler
impl UnwindSafe for NoopPromptHandler
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