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