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
sourceimpl Clone for MailSettings
impl Clone for MailSettings
sourcefn clone(&self) -> MailSettings
fn clone(&self) -> MailSettings
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresourceimpl Debug for MailSettings
impl Debug for MailSettings
sourceimpl<'de> Deserialize<'de> for MailSettings
impl<'de> Deserialize<'de> for MailSettings
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 MailSettings
impl JsonSchema for MailSettings
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