pub struct GoogleAiChatPrompt {
pub contents: Vec<GoogleAiContent>,
}Fields§
§contents: Vec<GoogleAiContent>Trait Implementations§
Source§impl DeJson for GoogleAiChatPrompt
impl DeJson for GoogleAiChatPrompt
Source§impl Debug for GoogleAiChatPrompt
impl Debug for GoogleAiChatPrompt
Source§impl SerJson for GoogleAiChatPrompt
impl SerJson for GoogleAiChatPrompt
fn ser_json(&self, d: usize, s: &mut SerJsonState)
fn serialize_json(&self) -> String
Auto Trait Implementations§
impl Freeze for GoogleAiChatPrompt
impl RefUnwindSafe for GoogleAiChatPrompt
impl Send for GoogleAiChatPrompt
impl Sync for GoogleAiChatPrompt
impl Unpin for GoogleAiChatPrompt
impl UnwindSafe for GoogleAiChatPrompt
Blanket Implementations§
Source§impl<T> ActionTrait for T
impl<T> ActionTrait for T
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