pub enum PromptBody {
None,
Raw(String),
}
Expand description
A struct representing the body of the prompt.
Variants§
Trait Implementations§
Source§impl Debug for PromptBody
impl Debug for PromptBody
Auto Trait Implementations§
impl Freeze for PromptBody
impl RefUnwindSafe for PromptBody
impl Send for PromptBody
impl Sync for PromptBody
impl Unpin for PromptBody
impl UnwindSafe for PromptBody
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