pub struct GoogleAiCandidate {
pub content: GoogleAiContent,
pub finishReason: Option<String>,
pub index: usize,
pub citationMetadata: Option<GoogleAiCitation>,
}Fields§
§content: GoogleAiContent§finishReason: Option<String>§index: usize§citationMetadata: Option<GoogleAiCitation>Trait Implementations§
Source§impl DeJson for GoogleAiCandidate
impl DeJson for GoogleAiCandidate
Source§impl Debug for GoogleAiCandidate
impl Debug for GoogleAiCandidate
Source§impl SerJson for GoogleAiCandidate
impl SerJson for GoogleAiCandidate
fn ser_json(&self, d: usize, s: &mut SerJsonState)
fn serialize_json(&self) -> String
Auto Trait Implementations§
impl Freeze for GoogleAiCandidate
impl RefUnwindSafe for GoogleAiCandidate
impl Send for GoogleAiCandidate
impl Sync for GoogleAiCandidate
impl Unpin for GoogleAiCandidate
impl UnwindSafe for GoogleAiCandidate
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