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