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