pub struct CreateConfigurationSetTrackingOptionsResponse {}Expand description
An empty element returned on a successful request.
Trait Implementations§
Source§impl Clone for CreateConfigurationSetTrackingOptionsResponse
impl Clone for CreateConfigurationSetTrackingOptionsResponse
Source§fn clone(&self) -> CreateConfigurationSetTrackingOptionsResponse
fn clone(&self) -> CreateConfigurationSetTrackingOptionsResponse
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 CreateConfigurationSetTrackingOptionsResponse
impl Default for CreateConfigurationSetTrackingOptionsResponse
Source§fn default() -> CreateConfigurationSetTrackingOptionsResponse
fn default() -> CreateConfigurationSetTrackingOptionsResponse
Returns the “default value” for a type. Read more
Source§impl PartialEq for CreateConfigurationSetTrackingOptionsResponse
impl PartialEq for CreateConfigurationSetTrackingOptionsResponse
Source§fn eq(&self, other: &CreateConfigurationSetTrackingOptionsResponse) -> bool
fn eq(&self, other: &CreateConfigurationSetTrackingOptionsResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CreateConfigurationSetTrackingOptionsResponse
Auto Trait Implementations§
impl Freeze for CreateConfigurationSetTrackingOptionsResponse
impl RefUnwindSafe for CreateConfigurationSetTrackingOptionsResponse
impl Send for CreateConfigurationSetTrackingOptionsResponse
impl Sync for CreateConfigurationSetTrackingOptionsResponse
impl Unpin for CreateConfigurationSetTrackingOptionsResponse
impl UnwindSafe for CreateConfigurationSetTrackingOptionsResponse
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