Struct sendgrid_api::types::TrackingSettings [−][src]
pub struct TrackingSettings { pub click_tracking: Option<PostMailSendRequestTrackingSettingsClick>, pub ganalytics: Option<Ganalytics>, pub open_tracking: Option<OpenTracking>, pub subscription_tracking: Option<SubscriptionTracking>, }
Expand description
Settings to determine how you would like to track the metrics of how your recipients interact with your email.
Fields
click_tracking: Option<PostMailSendRequestTrackingSettingsClick>
Settings to determine how you would like to track the metrics of how your recipients interact with your email.
ganalytics: Option<Ganalytics>
Settings to determine how you would like to track the metrics of how your recipients interact with your email.
open_tracking: Option<OpenTracking>
Settings to determine how you would like to track the metrics of how your recipients interact with your email.
subscription_tracking: Option<SubscriptionTracking>
Settings to determine how you would like to track the metrics of how your recipients interact with your email.
Trait Implementations
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>,
Deserialize this value from the given Serde deserializer. Read more
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for TrackingSettings
impl Send for TrackingSettings
impl Sync for TrackingSettings
impl Unpin for TrackingSettings
impl UnwindSafe for TrackingSettings
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more