pub struct GoogleSearchCallContent {
pub arguments: Option<GoogleSearchCallContentGoogleSearchCallArguments>,
pub search_type: Option<GoogleSearchSearchType>,
}Expand description
genai.GoogleSearchCallContent
Fields§
§arguments: Option<GoogleSearchCallContentGoogleSearchCallArguments>§search_type: Option<GoogleSearchSearchType>Trait Implementations§
Source§impl Clone for GoogleSearchCallContent
impl Clone for GoogleSearchCallContent
Source§fn clone(&self) -> GoogleSearchCallContent
fn clone(&self) -> GoogleSearchCallContent
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 GoogleSearchCallContent
impl Debug for GoogleSearchCallContent
Source§impl Default for GoogleSearchCallContent
impl Default for GoogleSearchCallContent
Source§fn default() -> GoogleSearchCallContent
fn default() -> GoogleSearchCallContent
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GoogleSearchCallContent
impl<'de> Deserialize<'de> for GoogleSearchCallContent
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 GoogleSearchCallContent
impl PartialEq for GoogleSearchCallContent
Source§impl Serialize for GoogleSearchCallContent
impl Serialize for GoogleSearchCallContent
impl StructuralPartialEq for GoogleSearchCallContent
Auto Trait Implementations§
impl Freeze for GoogleSearchCallContent
impl RefUnwindSafe for GoogleSearchCallContent
impl Send for GoogleSearchCallContent
impl Sync for GoogleSearchCallContent
impl Unpin for GoogleSearchCallContent
impl UnsafeUnpin for GoogleSearchCallContent
impl UnwindSafe for GoogleSearchCallContent
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