pub struct GoogleKeywordsDTO {
pub positives: Vec<GoogleKeywordItemDTO>,
pub negatives: Vec<GoogleKeywordItemDTO>,
}Available on crate feature
ad-manager only.Expand description
GoogleKeywordsDTO from the GoHighLevel OpenAPI spec.
Fields§
§positives: Vec<GoogleKeywordItemDTO>Positive keywords
negatives: Vec<GoogleKeywordItemDTO>Negative keywords
Trait Implementations§
Source§impl Clone for GoogleKeywordsDTO
impl Clone for GoogleKeywordsDTO
Source§fn clone(&self) -> GoogleKeywordsDTO
fn clone(&self) -> GoogleKeywordsDTO
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 GoogleKeywordsDTO
impl Debug for GoogleKeywordsDTO
Source§impl Default for GoogleKeywordsDTO
impl Default for GoogleKeywordsDTO
Source§fn default() -> GoogleKeywordsDTO
fn default() -> GoogleKeywordsDTO
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GoogleKeywordsDTO
impl<'de> Deserialize<'de> for GoogleKeywordsDTO
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 GoogleKeywordsDTO
impl RefUnwindSafe for GoogleKeywordsDTO
impl Send for GoogleKeywordsDTO
impl Sync for GoogleKeywordsDTO
impl Unpin for GoogleKeywordsDTO
impl UnsafeUnpin for GoogleKeywordsDTO
impl UnwindSafe for GoogleKeywordsDTO
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