Struct sendgrid_api::types::EmailConfig [−][src]
pub struct EmailConfig {
pub custom_unsubscribe_url: String,
pub design_id: String,
pub editor: Option<Editor>,
pub generate_plain_content: bool,
pub html_content: String,
pub ip_pool: String,
pub plain_content: String,
pub sender_id: i64,
pub subject: String,
pub suppression_group_id: i64,
}Fields
custom_unsubscribe_url: StringThe license key provided with your New Relic account.
design_id: StringThe license key provided with your New Relic account.
editor: Option<Editor>The editor used in the UI.
generate_plain_content: boolIndicates if your subuser statistics will be sent to your New Relic Dashboard.
html_content: StringThe license key provided with your New Relic account.
ip_pool: StringThe license key provided with your New Relic account.
plain_content: StringThe license key provided with your New Relic account.
sender_id: i64subject: StringThe license key provided with your New Relic account.
suppression_group_id: i64Trait Implementations
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
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for EmailConfig
impl Send for EmailConfig
impl Sync for EmailConfig
impl Unpin for EmailConfig
impl UnwindSafe for EmailConfig
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more