pub struct DeleteConfigurationSetTrackingOptionsRequest {
pub configuration_set_name: String,
}Expand description
Represents a request to delete open and click tracking options in a configuration set.
Fields§
§configuration_set_name: StringThe name of the configuration set from which you want to delete the tracking options.
Trait Implementations§
Source§impl Clone for DeleteConfigurationSetTrackingOptionsRequest
impl Clone for DeleteConfigurationSetTrackingOptionsRequest
Source§fn clone(&self) -> DeleteConfigurationSetTrackingOptionsRequest
fn clone(&self) -> DeleteConfigurationSetTrackingOptionsRequest
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 DeleteConfigurationSetTrackingOptionsRequest
impl Default for DeleteConfigurationSetTrackingOptionsRequest
Source§fn default() -> DeleteConfigurationSetTrackingOptionsRequest
fn default() -> DeleteConfigurationSetTrackingOptionsRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for DeleteConfigurationSetTrackingOptionsRequest
impl PartialEq for DeleteConfigurationSetTrackingOptionsRequest
Source§fn eq(&self, other: &DeleteConfigurationSetTrackingOptionsRequest) -> bool
fn eq(&self, other: &DeleteConfigurationSetTrackingOptionsRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DeleteConfigurationSetTrackingOptionsRequest
Auto Trait Implementations§
impl Freeze for DeleteConfigurationSetTrackingOptionsRequest
impl RefUnwindSafe for DeleteConfigurationSetTrackingOptionsRequest
impl Send for DeleteConfigurationSetTrackingOptionsRequest
impl Sync for DeleteConfigurationSetTrackingOptionsRequest
impl Unpin for DeleteConfigurationSetTrackingOptionsRequest
impl UnwindSafe for DeleteConfigurationSetTrackingOptionsRequest
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