pub struct GeoGeometryDTO {
pub location: Option<GeoLatLngDTO>,
pub location_type: Option<String>,
pub viewport: Option<GeoViewportDTO>,
}Available on crate feature
ad-manager only.Expand description
GeoGeometryDTO from the GoHighLevel OpenAPI spec.
Fields§
§location: Option<GeoLatLngDTO>Location coordinates
location_type: Option<String>Location type (e.g. APPROXIMATE)
viewport: Option<GeoViewportDTO>Viewport bounding box
Trait Implementations§
Source§impl Clone for GeoGeometryDTO
impl Clone for GeoGeometryDTO
Source§fn clone(&self) -> GeoGeometryDTO
fn clone(&self) -> GeoGeometryDTO
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 Debug for GeoGeometryDTO
impl Debug for GeoGeometryDTO
Source§impl Default for GeoGeometryDTO
impl Default for GeoGeometryDTO
Source§fn default() -> GeoGeometryDTO
fn default() -> GeoGeometryDTO
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GeoGeometryDTO
impl<'de> Deserialize<'de> for GeoGeometryDTO
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
Auto Trait Implementations§
impl Freeze for GeoGeometryDTO
impl RefUnwindSafe for GeoGeometryDTO
impl Send for GeoGeometryDTO
impl Sync for GeoGeometryDTO
impl Unpin for GeoGeometryDTO
impl UnsafeUnpin for GeoGeometryDTO
impl UnwindSafe for GeoGeometryDTO
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