pub struct GroundingMetadata {
pub grounding_chunk: GroundingChunk,
pub grounding_supports: Vec<GroundingSupport>,
pub web_search_queries: Vec<String>,
pub search_entry_point: Option<SearchEntryPoint>,
pub retrieval_metadata: RetrievalMetadata,
}Fields§
§grounding_chunk: GroundingChunk§grounding_supports: Vec<GroundingSupport>§web_search_queries: Vec<String>§search_entry_point: Option<SearchEntryPoint>§retrieval_metadata: RetrievalMetadataTrait Implementations§
Source§impl Debug for GroundingMetadata
impl Debug for GroundingMetadata
Source§impl<'de> Deserialize<'de> for GroundingMetadata
impl<'de> Deserialize<'de> for GroundingMetadata
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for GroundingMetadata
impl RefUnwindSafe for GroundingMetadata
impl Send for GroundingMetadata
impl Sync for GroundingMetadata
impl Unpin for GroundingMetadata
impl UnwindSafe for GroundingMetadata
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