[−][src]Struct mailchimp::types::ABTestingOptionsType
The days of the week to send a daily RSS Campaign.
Fields
split_test: Option<String>The type of AB split to run.
pick_winner: Option<String>How we should evaluate a winner. Based on ‘opens’, ‘clicks’, or ‘manual’.
wait_units: Option<String>How unit of time for measuring the winner (‘hours’ or ‘days’). This cannot be changed after a campaign is sent.
wait_time: Option<u64>The amount of time to wait before picking a winner. This cannot be changed after a campaign is sent.
split_size: Option<u64>The size of the split groups. Campaigns split based on ‘schedule’ are forced to have a 50⁄50 split. Valid split integers are between 1-50.
from_name_a: Option<String>For campaigns split on ‘From Name’, the name for Group A.
from_name_b: Option<String>For campaigns split on ‘From Name’, the name for Group B.
reply_email_a: Option<String>For campaigns split on ‘From Name’, the reply-to address for Group A.
reply_email_b: Option<String>For campaigns split on ‘From Name’, the reply-to address for Group B.
subject_a: Option<String>For campaigns split on ‘Subject Line’, the subject line for Group A.
subject_b: Option<String>For campaigns split on ‘Subject Line’, the subject line for Group B.
send_time_a: Option<String>The send time for Group A.
send_time_b: Option<String>The send time for Group B.
send_time_winner: Option<String>The send time for the winning version.
Trait Implementations
impl Clone for ABTestingOptionsType[src]
fn clone(&self) -> ABTestingOptionsType[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Default for ABTestingOptionsType[src]
impl Debug for ABTestingOptionsType[src]
impl Serialize for ABTestingOptionsType[src]
fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error> where
__S: Serializer, [src]
__S: Serializer,
impl<'de> Deserialize<'de> for ABTestingOptionsType[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
Auto Trait Implementations
impl Sync for ABTestingOptionsType
impl Send for ABTestingOptionsType
impl Unpin for ABTestingOptionsType
impl RefUnwindSafe for ABTestingOptionsType
impl UnwindSafe for ABTestingOptionsType
Blanket Implementations
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> DeserializeOwned for T where
T: Deserialize<'de>, [src]
T: Deserialize<'de>,
impl<T> Erased for T
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
U: TryFrom<T>,