pub struct GeoAddressComponentDTO {
pub long_name: Option<String>,
pub short_name: Option<String>,
pub types: Vec<String>,
}Available on crate feature
ad-manager only.Expand description
GeoAddressComponentDTO from the GoHighLevel OpenAPI spec.
Fields§
§long_name: Option<String>Full name of the address component
short_name: Option<String>Abbreviated name of the address component
types: Vec<String>Address component types
Trait Implementations§
Source§impl Clone for GeoAddressComponentDTO
impl Clone for GeoAddressComponentDTO
Source§fn clone(&self) -> GeoAddressComponentDTO
fn clone(&self) -> GeoAddressComponentDTO
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 GeoAddressComponentDTO
impl Debug for GeoAddressComponentDTO
Source§impl Default for GeoAddressComponentDTO
impl Default for GeoAddressComponentDTO
Source§fn default() -> GeoAddressComponentDTO
fn default() -> GeoAddressComponentDTO
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GeoAddressComponentDTO
impl<'de> Deserialize<'de> for GeoAddressComponentDTO
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 GeoAddressComponentDTO
impl RefUnwindSafe for GeoAddressComponentDTO
impl Send for GeoAddressComponentDTO
impl Sync for GeoAddressComponentDTO
impl Unpin for GeoAddressComponentDTO
impl UnsafeUnpin for GeoAddressComponentDTO
impl UnwindSafe for GeoAddressComponentDTO
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