pub struct PutConfigurationSetTrackingOptionsResponse {}Expand description
An HTTP 200 response if the request succeeds, or an error message if the request fails.
Trait Implementations§
Source§impl Clone for PutConfigurationSetTrackingOptionsResponse
impl Clone for PutConfigurationSetTrackingOptionsResponse
Source§fn clone(&self) -> PutConfigurationSetTrackingOptionsResponse
fn clone(&self) -> PutConfigurationSetTrackingOptionsResponse
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 PutConfigurationSetTrackingOptionsResponse
impl Default for PutConfigurationSetTrackingOptionsResponse
Source§fn default() -> PutConfigurationSetTrackingOptionsResponse
fn default() -> PutConfigurationSetTrackingOptionsResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PutConfigurationSetTrackingOptionsResponse
impl<'de> Deserialize<'de> for PutConfigurationSetTrackingOptionsResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for PutConfigurationSetTrackingOptionsResponse
impl PartialEq for PutConfigurationSetTrackingOptionsResponse
Source§fn eq(&self, other: &PutConfigurationSetTrackingOptionsResponse) -> bool
fn eq(&self, other: &PutConfigurationSetTrackingOptionsResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PutConfigurationSetTrackingOptionsResponse
Auto Trait Implementations§
impl Freeze for PutConfigurationSetTrackingOptionsResponse
impl RefUnwindSafe for PutConfigurationSetTrackingOptionsResponse
impl Send for PutConfigurationSetTrackingOptionsResponse
impl Sync for PutConfigurationSetTrackingOptionsResponse
impl Unpin for PutConfigurationSetTrackingOptionsResponse
impl UnwindSafe for PutConfigurationSetTrackingOptionsResponse
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