pub struct AdTreeAdSetPromotedObject {
pub custom_event_type: Option<String>,
pub pixel_id: Option<String>,
pub page_id: Option<String>,
}Expand description
AdTreeAdSetPromotedObject : Meta promoted object for this ad set (conversion event details)
Fields§
§custom_event_type: Option<String>§pixel_id: Option<String>§page_id: Option<String>Implementations§
Source§impl AdTreeAdSetPromotedObject
impl AdTreeAdSetPromotedObject
Sourcepub fn new() -> AdTreeAdSetPromotedObject
pub fn new() -> AdTreeAdSetPromotedObject
Meta promoted object for this ad set (conversion event details)
Trait Implementations§
Source§impl Clone for AdTreeAdSetPromotedObject
impl Clone for AdTreeAdSetPromotedObject
Source§fn clone(&self) -> AdTreeAdSetPromotedObject
fn clone(&self) -> AdTreeAdSetPromotedObject
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 Debug for AdTreeAdSetPromotedObject
impl Debug for AdTreeAdSetPromotedObject
Source§impl Default for AdTreeAdSetPromotedObject
impl Default for AdTreeAdSetPromotedObject
Source§fn default() -> AdTreeAdSetPromotedObject
fn default() -> AdTreeAdSetPromotedObject
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AdTreeAdSetPromotedObject
impl<'de> Deserialize<'de> for AdTreeAdSetPromotedObject
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 StructuralPartialEq for AdTreeAdSetPromotedObject
Auto Trait Implementations§
impl Freeze for AdTreeAdSetPromotedObject
impl RefUnwindSafe for AdTreeAdSetPromotedObject
impl Send for AdTreeAdSetPromotedObject
impl Sync for AdTreeAdSetPromotedObject
impl Unpin for AdTreeAdSetPromotedObject
impl UnsafeUnpin for AdTreeAdSetPromotedObject
impl UnwindSafe for AdTreeAdSetPromotedObject
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