[][src]Struct mailchimp::types::UpdateCampaignParam

pub struct UpdateCampaignParam {
    pub recipients: Option<RecipientType>,
    pub settings: Option<CampaignSettingsType>,
    pub variate_settings: Option<VariateSettingsType>,
    pub tracking: Option<CampaignTrackingOptionsType>,
    pub rss_opts: Option<RSSOptionsType>,
    pub social_card: Option<SocialCardType>,
}

Fields

recipients: Option<RecipientType>

List settings for the campaign.

settings: Option<CampaignSettingsType>

The settings for your campaign, including subject, from name, reply-to address, and more.

variate_settings: Option<VariateSettingsType>

The settings specific to A/B test campaigns.

tracking: Option<CampaignTrackingOptionsType>

The tracking options for a campaign.

rss_opts: Option<RSSOptionsType>

RSS options for a campaign.

social_card: Option<SocialCardType>

The preview for the campaign, rendered by social networks like Facebook and Twitter. Learn more.

Trait Implementations

impl Clone for UpdateCampaignParam[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for UpdateCampaignParam[src]

impl Serialize for UpdateCampaignParam[src]

impl<'de> Deserialize<'de> for UpdateCampaignParam[src]

Auto Trait Implementations

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> From for T[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

impl<T> Erased for T

impl<T, U> TryInto for T where
    U: TryFrom<T>, 

type Err = <U as TryFrom<T>>::Err