pub struct GoogleDemographicTargetDTO {
pub enum_: String,
pub negative: bool,
}Available on crate feature
ad-manager only.Expand description
GoogleDemographicTargetDTO from the GoHighLevel OpenAPI spec.
Fields§
§enum_: StringDemographic enum value Required by the API.
negative: boolWhether this is a negative target Required by the API.
Trait Implementations§
Source§impl Clone for GoogleDemographicTargetDTO
impl Clone for GoogleDemographicTargetDTO
Source§fn clone(&self) -> GoogleDemographicTargetDTO
fn clone(&self) -> GoogleDemographicTargetDTO
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 GoogleDemographicTargetDTO
impl Debug for GoogleDemographicTargetDTO
Source§impl Default for GoogleDemographicTargetDTO
impl Default for GoogleDemographicTargetDTO
Source§fn default() -> GoogleDemographicTargetDTO
fn default() -> GoogleDemographicTargetDTO
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GoogleDemographicTargetDTO
impl<'de> Deserialize<'de> for GoogleDemographicTargetDTO
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 GoogleDemographicTargetDTO
impl RefUnwindSafe for GoogleDemographicTargetDTO
impl Send for GoogleDemographicTargetDTO
impl Sync for GoogleDemographicTargetDTO
impl Unpin for GoogleDemographicTargetDTO
impl UnsafeUnpin for GoogleDemographicTargetDTO
impl UnwindSafe for GoogleDemographicTargetDTO
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