pub struct GreetingPrompt;
Expand description
Simple greeting prompt
Trait Implementations§
Source§impl PromptHandler for GreetingPrompt
impl PromptHandler for GreetingPrompt
Auto Trait Implementations§
impl Freeze for GreetingPrompt
impl RefUnwindSafe for GreetingPrompt
impl Send for GreetingPrompt
impl Sync for GreetingPrompt
impl Unpin for GreetingPrompt
impl UnwindSafe for GreetingPrompt
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