pub struct GoogleMapsPlacesV1PlaceGenerativeSummary {
pub disclosure_text: Option<GoogleTypeLocalizedText>,
pub overview: Option<GoogleTypeLocalizedText>,
pub overview_flag_content_uri: Option<String>,
}Expand description
AI-generated summary of the place.
This type is not used in any activity, and only used as part of another schema.
Fields§
§disclosure_text: Option<GoogleTypeLocalizedText>The AI disclosure message “Summarized with Gemini” (and its localized variants). This will be in the language specified in the request if available.
overview: Option<GoogleTypeLocalizedText>The overview of the place.
overview_flag_content_uri: Option<String>A link where users can flag a problem with the overview summary.
Trait Implementations§
Source§impl Clone for GoogleMapsPlacesV1PlaceGenerativeSummary
impl Clone for GoogleMapsPlacesV1PlaceGenerativeSummary
Source§fn clone(&self) -> GoogleMapsPlacesV1PlaceGenerativeSummary
fn clone(&self) -> GoogleMapsPlacesV1PlaceGenerativeSummary
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 Default for GoogleMapsPlacesV1PlaceGenerativeSummary
impl Default for GoogleMapsPlacesV1PlaceGenerativeSummary
Source§fn default() -> GoogleMapsPlacesV1PlaceGenerativeSummary
fn default() -> GoogleMapsPlacesV1PlaceGenerativeSummary
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GoogleMapsPlacesV1PlaceGenerativeSummary
impl<'de> Deserialize<'de> for GoogleMapsPlacesV1PlaceGenerativeSummary
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 Part for GoogleMapsPlacesV1PlaceGenerativeSummary
Auto Trait Implementations§
impl Freeze for GoogleMapsPlacesV1PlaceGenerativeSummary
impl RefUnwindSafe for GoogleMapsPlacesV1PlaceGenerativeSummary
impl Send for GoogleMapsPlacesV1PlaceGenerativeSummary
impl Sync for GoogleMapsPlacesV1PlaceGenerativeSummary
impl Unpin for GoogleMapsPlacesV1PlaceGenerativeSummary
impl UnwindSafe for GoogleMapsPlacesV1PlaceGenerativeSummary
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