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