pub struct DeprecateThingTypeResponse {}Expand description
The output for the DeprecateThingType operation.
Trait Implementations§
Source§impl Clone for DeprecateThingTypeResponse
impl Clone for DeprecateThingTypeResponse
Source§fn clone(&self) -> DeprecateThingTypeResponse
fn clone(&self) -> DeprecateThingTypeResponse
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 Debug for DeprecateThingTypeResponse
impl Debug for DeprecateThingTypeResponse
Source§impl Default for DeprecateThingTypeResponse
impl Default for DeprecateThingTypeResponse
Source§fn default() -> DeprecateThingTypeResponse
fn default() -> DeprecateThingTypeResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DeprecateThingTypeResponse
impl<'de> Deserialize<'de> for DeprecateThingTypeResponse
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
impl StructuralPartialEq for DeprecateThingTypeResponse
Auto Trait Implementations§
impl Freeze for DeprecateThingTypeResponse
impl RefUnwindSafe for DeprecateThingTypeResponse
impl Send for DeprecateThingTypeResponse
impl Sync for DeprecateThingTypeResponse
impl Unpin for DeprecateThingTypeResponse
impl UnwindSafe for DeprecateThingTypeResponse
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