Struct mailchimp_api::types::CampaignSettings
source · pub struct CampaignSettings {Show 13 fields
pub authenticate: bool,
pub auto_fb_post: Vec<String>,
pub auto_footer: bool,
pub auto_tweet: bool,
pub drag_and_drop: bool,
pub fb_comments: bool,
pub from_name: String,
pub inline_css: bool,
pub preview_text: String,
pub reply_to: String,
pub subject_line: String,
pub template_id: i64,
pub title: String,
}
Expand description
Settings for the campaign including the email subject, from name, and from email address.
Fields
authenticate: bool
Settings for the campaign including the email subject, from name, and from email address.
auto_fb_post: Vec<String>
Settings for the campaign including the email subject, from name, and from email address.
Settings for the campaign including the email subject, from name, and from email address.
auto_tweet: bool
Settings for the campaign including the email subject, from name, and from email address.
drag_and_drop: bool
Settings for the campaign including the email subject, from name, and from email address.
fb_comments: bool
Settings for the campaign including the email subject, from name, and from email address.
from_name: String
Settings for the campaign including the email subject, from name, and from email address.
inline_css: bool
Settings for the campaign including the email subject, from name, and from email address.
preview_text: String
Settings for the campaign including the email subject, from name, and from email address.
reply_to: String
Settings for the campaign including the email subject, from name, and from email address.
subject_line: String
Settings for the campaign including the email subject, from name, and from email address.
template_id: i64
Settings for the campaign including the email subject, from name, and from email address.
title: String
Settings for the campaign including the email subject, from name, and from email address.
Trait Implementations
sourceimpl Clone for CampaignSettings
impl Clone for CampaignSettings
sourcefn clone(&self) -> CampaignSettings
fn clone(&self) -> CampaignSettings
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresourceimpl Debug for CampaignSettings
impl Debug for CampaignSettings
sourceimpl<'de> Deserialize<'de> for CampaignSettings
impl<'de> Deserialize<'de> for CampaignSettings
sourcefn 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>,
sourceimpl JsonSchema for CampaignSettings
impl JsonSchema for CampaignSettings
sourcefn schema_name() -> String
fn schema_name() -> String
sourcefn json_schema(gen: &mut SchemaGenerator) -> Schema
fn json_schema(gen: &mut SchemaGenerator) -> Schema
sourcefn is_referenceable() -> bool
fn is_referenceable() -> bool
$ref
keyword. Read more