pub struct CreateConfigurationSetTrackingOptionsRequest {
pub configuration_set_name: String,
pub tracking_options: TrackingOptions,
}Expand description
Represents a request to create an open and click tracking option object in a configuration set.
Fields§
§configuration_set_name: StringThe name of the configuration set that the tracking options should be associated with.
tracking_options: TrackingOptionsTrait Implementations§
Source§impl Clone for CreateConfigurationSetTrackingOptionsRequest
impl Clone for CreateConfigurationSetTrackingOptionsRequest
Source§fn clone(&self) -> CreateConfigurationSetTrackingOptionsRequest
fn clone(&self) -> CreateConfigurationSetTrackingOptionsRequest
Returns a duplicate 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 moreSource§impl Default for CreateConfigurationSetTrackingOptionsRequest
impl Default for CreateConfigurationSetTrackingOptionsRequest
Source§fn default() -> CreateConfigurationSetTrackingOptionsRequest
fn default() -> CreateConfigurationSetTrackingOptionsRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for CreateConfigurationSetTrackingOptionsRequest
impl PartialEq for CreateConfigurationSetTrackingOptionsRequest
Source§fn eq(&self, other: &CreateConfigurationSetTrackingOptionsRequest) -> bool
fn eq(&self, other: &CreateConfigurationSetTrackingOptionsRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CreateConfigurationSetTrackingOptionsRequest
Auto Trait Implementations§
impl Freeze for CreateConfigurationSetTrackingOptionsRequest
impl RefUnwindSafe for CreateConfigurationSetTrackingOptionsRequest
impl Send for CreateConfigurationSetTrackingOptionsRequest
impl Sync for CreateConfigurationSetTrackingOptionsRequest
impl Unpin for CreateConfigurationSetTrackingOptionsRequest
impl UnwindSafe for CreateConfigurationSetTrackingOptionsRequest
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