Struct sendgrid_api::types::MailSettings
source · 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§
source§impl Clone for MailSettings
impl Clone for MailSettings
source§fn clone(&self) -> MailSettings
fn clone(&self) -> MailSettings
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for MailSettings
impl Debug for MailSettings
source§impl<'de> Deserialize<'de> for MailSettings
impl<'de> Deserialize<'de> for MailSettings
source§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>,
source§impl JsonSchema for MailSettings
impl JsonSchema for MailSettings
source§fn schema_name() -> String
fn schema_name() -> String
source§fn json_schema(gen: &mut SchemaGenerator) -> Schema
fn json_schema(gen: &mut SchemaGenerator) -> Schema
source§fn is_referenceable() -> bool
fn is_referenceable() -> bool
$ref
keyword. Read moresource§impl PartialEq<MailSettings> for MailSettings
impl PartialEq<MailSettings> for MailSettings
source§fn eq(&self, other: &MailSettings) -> bool
fn eq(&self, other: &MailSettings) -> bool
self
and other
values to be equal, and is used
by ==
.