pub enum ChatGptPrompt {}Auto Trait Implementations§
impl Freeze for ChatGptPrompt
impl RefUnwindSafe for ChatGptPrompt
impl Send for ChatGptPrompt
impl Sync for ChatGptPrompt
impl Unpin for ChatGptPrompt
impl UnwindSafe for ChatGptPrompt
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