pub enum PostClickAttributionWindowSize {
Variant1,
Variant7,
Variant30,
Variant90,
Variant365,
}Expand description
Default 30. 365 only allowed for LEAD, PURCHASE, ADD_TO_CART, QUALIFIED_LEAD, SUBMIT_APPLICATION rule types — the API rejects other combinations locally.
Variants§
Trait Implementations§
Source§impl Clone for PostClickAttributionWindowSize
impl Clone for PostClickAttributionWindowSize
Source§fn clone(&self) -> PostClickAttributionWindowSize
fn clone(&self) -> PostClickAttributionWindowSize
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 Default for PostClickAttributionWindowSize
impl Default for PostClickAttributionWindowSize
Source§fn default() -> PostClickAttributionWindowSize
fn default() -> PostClickAttributionWindowSize
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PostClickAttributionWindowSize
impl<'de> Deserialize<'de> for PostClickAttributionWindowSize
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
Source§impl Ord for PostClickAttributionWindowSize
impl Ord for PostClickAttributionWindowSize
Source§fn cmp(&self, other: &PostClickAttributionWindowSize) -> Ordering
fn cmp(&self, other: &PostClickAttributionWindowSize) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for PostClickAttributionWindowSize
impl PartialEq for PostClickAttributionWindowSize
Source§fn eq(&self, other: &PostClickAttributionWindowSize) -> bool
fn eq(&self, other: &PostClickAttributionWindowSize) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for PostClickAttributionWindowSize
impl PartialOrd for PostClickAttributionWindowSize
impl Copy for PostClickAttributionWindowSize
impl Eq for PostClickAttributionWindowSize
impl StructuralPartialEq for PostClickAttributionWindowSize
Auto Trait Implementations§
impl Freeze for PostClickAttributionWindowSize
impl RefUnwindSafe for PostClickAttributionWindowSize
impl Send for PostClickAttributionWindowSize
impl Sync for PostClickAttributionWindowSize
impl Unpin for PostClickAttributionWindowSize
impl UnsafeUnpin for PostClickAttributionWindowSize
impl UnwindSafe for PostClickAttributionWindowSize
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