pub struct DeleteThingTypeRequest {
pub thing_type_name: String,
}Expand description
The input for the DeleteThingType operation.
Fields§
§thing_type_name: StringThe name of the thing type.
Trait Implementations§
Source§impl Clone for DeleteThingTypeRequest
impl Clone for DeleteThingTypeRequest
Source§fn clone(&self) -> DeleteThingTypeRequest
fn clone(&self) -> DeleteThingTypeRequest
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 DeleteThingTypeRequest
impl Debug for DeleteThingTypeRequest
Source§impl Default for DeleteThingTypeRequest
impl Default for DeleteThingTypeRequest
Source§fn default() -> DeleteThingTypeRequest
fn default() -> DeleteThingTypeRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for DeleteThingTypeRequest
impl PartialEq for DeleteThingTypeRequest
Source§impl Serialize for DeleteThingTypeRequest
impl Serialize for DeleteThingTypeRequest
impl StructuralPartialEq for DeleteThingTypeRequest
Auto Trait Implementations§
impl Freeze for DeleteThingTypeRequest
impl RefUnwindSafe for DeleteThingTypeRequest
impl Send for DeleteThingTypeRequest
impl Sync for DeleteThingTypeRequest
impl Unpin for DeleteThingTypeRequest
impl UnwindSafe for DeleteThingTypeRequest
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