pub struct GoogleMapsPlacesV1AddressDescriptorArea {
pub containment: Option<String>,
pub display_name: Option<GoogleTypeLocalizedText>,
pub name: Option<String>,
pub place_id: Option<String>,
}Expand description
Area information and the area’s relationship with the target location. Areas includes precise sublocality, neighborhoods, and large compounds that are useful for describing a location.
This type is not used in any activity, and only used as part of another schema.
Fields§
§containment: Option<String>Defines the spatial relationship between the target location and the area.
display_name: Option<GoogleTypeLocalizedText>The area’s display name.
name: Option<String>The area’s resource name.
place_id: Option<String>The area’s place id.
Trait Implementations§
Source§impl Clone for GoogleMapsPlacesV1AddressDescriptorArea
impl Clone for GoogleMapsPlacesV1AddressDescriptorArea
Source§fn clone(&self) -> GoogleMapsPlacesV1AddressDescriptorArea
fn clone(&self) -> GoogleMapsPlacesV1AddressDescriptorArea
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 GoogleMapsPlacesV1AddressDescriptorArea
impl Default for GoogleMapsPlacesV1AddressDescriptorArea
Source§fn default() -> GoogleMapsPlacesV1AddressDescriptorArea
fn default() -> GoogleMapsPlacesV1AddressDescriptorArea
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GoogleMapsPlacesV1AddressDescriptorArea
impl<'de> Deserialize<'de> for GoogleMapsPlacesV1AddressDescriptorArea
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 GoogleMapsPlacesV1AddressDescriptorArea
Auto Trait Implementations§
impl Freeze for GoogleMapsPlacesV1AddressDescriptorArea
impl RefUnwindSafe for GoogleMapsPlacesV1AddressDescriptorArea
impl Send for GoogleMapsPlacesV1AddressDescriptorArea
impl Sync for GoogleMapsPlacesV1AddressDescriptorArea
impl Unpin for GoogleMapsPlacesV1AddressDescriptorArea
impl UnwindSafe for GoogleMapsPlacesV1AddressDescriptorArea
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