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