pub struct NoopPrompt;Trait Implementations§
Source§impl Default for NoopPrompt
impl Default for NoopPrompt
Source§fn default() -> NoopPrompt
fn default() -> NoopPrompt
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for NoopPrompt
impl RefUnwindSafe for NoopPrompt
impl Send for NoopPrompt
impl Sync for NoopPrompt
impl Unpin for NoopPrompt
impl UnwindSafe for NoopPrompt
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