#[non_exhaustive]pub struct UpdateConfigurationSetTrackingOptionsOutput {}
Expand description
An empty element returned on a successful request.
Implementations§
source§impl UpdateConfigurationSetTrackingOptionsOutput
impl UpdateConfigurationSetTrackingOptionsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateConfigurationSetTrackingOptionsOutput
.
Trait Implementations§
source§impl Clone for UpdateConfigurationSetTrackingOptionsOutput
impl Clone for UpdateConfigurationSetTrackingOptionsOutput
source§fn clone(&self) -> UpdateConfigurationSetTrackingOptionsOutput
fn clone(&self) -> UpdateConfigurationSetTrackingOptionsOutput
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 moresource§impl PartialEq<UpdateConfigurationSetTrackingOptionsOutput> for UpdateConfigurationSetTrackingOptionsOutput
impl PartialEq<UpdateConfigurationSetTrackingOptionsOutput> for UpdateConfigurationSetTrackingOptionsOutput
source§fn eq(&self, other: &UpdateConfigurationSetTrackingOptionsOutput) -> bool
fn eq(&self, other: &UpdateConfigurationSetTrackingOptionsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.