pub struct GoogleSearchCallContentGoogleSearchCallArguments {
pub queries: Vec<String>,
}Expand description
genai.GoogleSearchCallContent.GoogleSearchCallArguments
Fields§
§queries: Vec<String>Trait Implementations§
Source§impl Clone for GoogleSearchCallContentGoogleSearchCallArguments
impl Clone for GoogleSearchCallContentGoogleSearchCallArguments
Source§fn clone(&self) -> GoogleSearchCallContentGoogleSearchCallArguments
fn clone(&self) -> GoogleSearchCallContentGoogleSearchCallArguments
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 Default for GoogleSearchCallContentGoogleSearchCallArguments
impl Default for GoogleSearchCallContentGoogleSearchCallArguments
Source§fn default() -> GoogleSearchCallContentGoogleSearchCallArguments
fn default() -> GoogleSearchCallContentGoogleSearchCallArguments
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GoogleSearchCallContentGoogleSearchCallArguments
impl<'de> Deserialize<'de> for GoogleSearchCallContentGoogleSearchCallArguments
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
impl StructuralPartialEq for GoogleSearchCallContentGoogleSearchCallArguments
Auto Trait Implementations§
impl Freeze for GoogleSearchCallContentGoogleSearchCallArguments
impl RefUnwindSafe for GoogleSearchCallContentGoogleSearchCallArguments
impl Send for GoogleSearchCallContentGoogleSearchCallArguments
impl Sync for GoogleSearchCallContentGoogleSearchCallArguments
impl Unpin for GoogleSearchCallContentGoogleSearchCallArguments
impl UnsafeUnpin for GoogleSearchCallContentGoogleSearchCallArguments
impl UnwindSafe for GoogleSearchCallContentGoogleSearchCallArguments
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