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§
Source§impl Clone for BypassUnsubscribeManagement
impl Clone for BypassUnsubscribeManagement
Source§fn clone(&self) -> BypassUnsubscribeManagement
fn clone(&self) -> BypassUnsubscribeManagement
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
source
. Read moreSource§impl Debug for BypassUnsubscribeManagement
impl Debug for BypassUnsubscribeManagement
Source§impl<'de> Deserialize<'de> for BypassUnsubscribeManagement
impl<'de> Deserialize<'de> for BypassUnsubscribeManagement
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 BypassUnsubscribeManagement
impl JsonSchema for BypassUnsubscribeManagement
Source§fn schema_name() -> String
fn schema_name() -> String
Source§fn schema_id() -> Cow<'static, str>
fn schema_id() -> Cow<'static, str>
Source§fn json_schema(generator: &mut SchemaGenerator) -> Schema
fn json_schema(generator: &mut SchemaGenerator) -> Schema
Source§fn is_referenceable() -> bool
fn is_referenceable() -> bool
$ref
keyword. Read moreSource§impl PartialEq for BypassUnsubscribeManagement
impl PartialEq for BypassUnsubscribeManagement
Source§fn eq(&self, other: &BypassUnsubscribeManagement) -> bool
fn eq(&self, other: &BypassUnsubscribeManagement) -> bool
self
and other
values to be equal, and is used by ==
.