pub struct WebGroundingChunk {
pub uri: Url,
pub title: String,
}Expand description
Web-specific grounding chunk information
Fields§
§uri: UrlThe URI of the web source
title: StringThe title of the web source
Trait Implementations§
Source§impl Clone for WebGroundingChunk
impl Clone for WebGroundingChunk
Source§fn clone(&self) -> WebGroundingChunk
fn clone(&self) -> WebGroundingChunk
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for WebGroundingChunk
impl Debug for WebGroundingChunk
Source§impl<'de> Deserialize<'de> for WebGroundingChunk
impl<'de> Deserialize<'de> for WebGroundingChunk
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
Source§impl PartialEq for WebGroundingChunk
impl PartialEq for WebGroundingChunk
Source§impl Serialize for WebGroundingChunk
impl Serialize for WebGroundingChunk
impl StructuralPartialEq for WebGroundingChunk
Auto Trait Implementations§
impl Freeze for WebGroundingChunk
impl RefUnwindSafe for WebGroundingChunk
impl Send for WebGroundingChunk
impl Sync for WebGroundingChunk
impl Unpin for WebGroundingChunk
impl UnwindSafe for WebGroundingChunk
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