pub struct GroundingChunkWeb {
pub title: Option<String>,
pub uri: Option<String>,
}Fields§
§title: Option<String>§uri: Option<String>Implementations§
Trait Implementations§
Source§impl Clone for GroundingChunkWeb
impl Clone for GroundingChunkWeb
Source§fn clone(&self) -> GroundingChunkWeb
fn clone(&self) -> GroundingChunkWeb
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 GroundingChunkWeb
impl Debug for GroundingChunkWeb
Source§impl Default for GroundingChunkWeb
impl Default for GroundingChunkWeb
Source§fn default() -> GroundingChunkWeb
fn default() -> GroundingChunkWeb
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GroundingChunkWeb
impl<'de> Deserialize<'de> for GroundingChunkWeb
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 GroundingChunkWeb
impl RefUnwindSafe for GroundingChunkWeb
impl Send for GroundingChunkWeb
impl Sync for GroundingChunkWeb
impl Unpin for GroundingChunkWeb
impl UnwindSafe for GroundingChunkWeb
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