Struct sendgrid_api::types::BypassUnsubscribeManagement
source · pub struct BypassUnsubscribeManagement {
pub enable: bool,
}
Expand description
Allows you to bypass the global unsubscribe list to ensure that the email is delivered to recipients. Bounce and spam report lists will still be checked; addresses on these other lists will not receive the message. This filter applies only to global unsubscribes and will not bypass group unsubscribes. This filter cannot be combined with the bypass_list_management
filter. See our documentation for more about bypass filters.
Fields
enable: bool
Allows you to bypass the global unsubscribe list to ensure that the email is delivered to recipients. Bounce and spam report lists will still be checked; addresses on these other lists will not receive the message. This filter applies only to global unsubscribes and will not bypass group unsubscribes. This filter cannot be combined with the bypass_list_management
filter. See our documentation for more about bypass filters.
Trait Implementations
sourceimpl Clone for BypassUnsubscribeManagement
impl Clone for BypassUnsubscribeManagement
sourcefn clone(&self) -> BypassUnsubscribeManagement
fn clone(&self) -> BypassUnsubscribeManagement
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresourceimpl Debug for BypassUnsubscribeManagement
impl Debug for BypassUnsubscribeManagement
sourceimpl<'de> Deserialize<'de> for BypassUnsubscribeManagement
impl<'de> Deserialize<'de> for BypassUnsubscribeManagement
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 BypassUnsubscribeManagement
impl JsonSchema for BypassUnsubscribeManagement
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