Struct sendgrid_api::types::MailSettings [−][src]
pub struct MailSettings { pub bypass_bounce_management: Option<BypassBounceManagement>, pub bypass_list_management: Option<BypassListManagement>, pub bypass_spam_management: Option<BypassSpamManagement>, pub bypass_unsubscribe_management: Option<BypassUnsubscribeManagement>, pub footer: Option<Footer>, pub sandbox_mode: Option<SandboxMode>, }
Expand description
A collection of different mail settings that you can use to specify how you would like this email to be handled.
Fields
bypass_bounce_management: Option<BypassBounceManagement>
A collection of different mail settings that you can use to specify how you would like this email to be handled.
bypass_list_management: Option<BypassListManagement>
A collection of different mail settings that you can use to specify how you would like this email to be handled.
bypass_spam_management: Option<BypassSpamManagement>
A collection of different mail settings that you can use to specify how you would like this email to be handled.
bypass_unsubscribe_management: Option<BypassUnsubscribeManagement>
A collection of different mail settings that you can use to specify how you would like this email to be handled.
A collection of different mail settings that you can use to specify how you would like this email to be handled.
sandbox_mode: Option<SandboxMode>
A collection of different mail settings that you can use to specify how you would like this email to be handled.
Trait 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 MailSettings
impl Send for MailSettings
impl Sync for MailSettings
impl Unpin for MailSettings
impl UnwindSafe for MailSettings
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more