Struct sendgrid_api::types::SubscriptionTracking
source · pub struct SubscriptionTracking {
pub enable: bool,
pub html: String,
pub substitution_tag: String,
pub text: String,
}
Expand description
Allows you to insert a subscription management link at the bottom of the text and HTML bodies of your email. If you would like to specify the location of the link within your email, you may use the substitution_tag
.
Fields
enable: bool
Allows you to insert a subscription management link at the bottom of the text and HTML bodies of your email. If you would like to specify the location of the link within your email, you may use the substitution_tag
.
html: String
Allows you to insert a subscription management link at the bottom of the text and HTML bodies of your email. If you would like to specify the location of the link within your email, you may use the substitution_tag
.
substitution_tag: String
Allows you to insert a subscription management link at the bottom of the text and HTML bodies of your email. If you would like to specify the location of the link within your email, you may use the substitution_tag
.
text: String
Allows you to insert a subscription management link at the bottom of the text and HTML bodies of your email. If you would like to specify the location of the link within your email, you may use the substitution_tag
.
Trait Implementations
sourceimpl Clone for SubscriptionTracking
impl Clone for SubscriptionTracking
sourcefn clone(&self) -> SubscriptionTracking
fn clone(&self) -> SubscriptionTracking
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresourceimpl Debug for SubscriptionTracking
impl Debug for SubscriptionTracking
sourceimpl<'de> Deserialize<'de> for SubscriptionTracking
impl<'de> Deserialize<'de> for SubscriptionTracking
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 SubscriptionTracking
impl JsonSchema for SubscriptionTracking
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