pub struct GoogleMapsPlacesV1PlaceConsumerAlert {
pub details: Option<GoogleMapsPlacesV1PlaceConsumerAlertDetails>,
pub language_code: Option<String>,
pub overview: Option<String>,
}Expand description
The consumer alert message for the place when we detect suspicious review activity on a business or a business violates our policies.
This type is not used in any activity, and only used as part of another schema.
Fields§
§details: Option<GoogleMapsPlacesV1PlaceConsumerAlertDetails>The details of the consumer alert message.
language_code: Option<String>The language code of the consumer alert message. This is a BCP 47 language code.
overview: Option<String>The overview of the consumer alert message.
Trait Implementations§
Source§impl Clone for GoogleMapsPlacesV1PlaceConsumerAlert
impl Clone for GoogleMapsPlacesV1PlaceConsumerAlert
Source§fn clone(&self) -> GoogleMapsPlacesV1PlaceConsumerAlert
fn clone(&self) -> GoogleMapsPlacesV1PlaceConsumerAlert
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 GoogleMapsPlacesV1PlaceConsumerAlert
impl Default for GoogleMapsPlacesV1PlaceConsumerAlert
Source§fn default() -> GoogleMapsPlacesV1PlaceConsumerAlert
fn default() -> GoogleMapsPlacesV1PlaceConsumerAlert
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GoogleMapsPlacesV1PlaceConsumerAlert
impl<'de> Deserialize<'de> for GoogleMapsPlacesV1PlaceConsumerAlert
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 GoogleMapsPlacesV1PlaceConsumerAlert
Auto Trait Implementations§
impl Freeze for GoogleMapsPlacesV1PlaceConsumerAlert
impl RefUnwindSafe for GoogleMapsPlacesV1PlaceConsumerAlert
impl Send for GoogleMapsPlacesV1PlaceConsumerAlert
impl Sync for GoogleMapsPlacesV1PlaceConsumerAlert
impl Unpin for GoogleMapsPlacesV1PlaceConsumerAlert
impl UnwindSafe for GoogleMapsPlacesV1PlaceConsumerAlert
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