Struct sendgrid::v3::TrackingSettings
source · pub struct TrackingSettings {
pub click_tracking: Option<ClickTrackingSetting>,
pub open_tracking: Option<OpenTrackingSetting>,
pub subscription_tracking: Option<SubscriptionTrackingSetting>,
}Expand description
Used for all tracking settings.
Fields§
§click_tracking: Option<ClickTrackingSetting>Used for click tracking settings.
open_tracking: Option<OpenTrackingSetting>Used for open tracking settings.
subscription_tracking: Option<SubscriptionTrackingSetting>Used for subscription tracking settings.
Trait Implementations§
source§impl Clone for TrackingSettings
impl Clone for TrackingSettings
source§fn clone(&self) -> TrackingSettings
fn clone(&self) -> TrackingSettings
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl RefUnwindSafe for TrackingSettings
impl Send for TrackingSettings
impl Sync for TrackingSettings
impl Unpin for TrackingSettings
impl UnwindSafe for TrackingSettings
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more