pub struct DeleteThingGroupRequest {
pub expected_version: Option<i64>,
pub thing_group_name: String,
}Fields§
§expected_version: Option<i64>The expected version of the thing group to delete.
thing_group_name: StringThe name of the thing group to delete.
Trait Implementations§
Source§impl Clone for DeleteThingGroupRequest
impl Clone for DeleteThingGroupRequest
Source§fn clone(&self) -> DeleteThingGroupRequest
fn clone(&self) -> DeleteThingGroupRequest
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 DeleteThingGroupRequest
impl Debug for DeleteThingGroupRequest
Source§impl Default for DeleteThingGroupRequest
impl Default for DeleteThingGroupRequest
Source§fn default() -> DeleteThingGroupRequest
fn default() -> DeleteThingGroupRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for DeleteThingGroupRequest
impl PartialEq for DeleteThingGroupRequest
Source§impl Serialize for DeleteThingGroupRequest
impl Serialize for DeleteThingGroupRequest
impl StructuralPartialEq for DeleteThingGroupRequest
Auto Trait Implementations§
impl Freeze for DeleteThingGroupRequest
impl RefUnwindSafe for DeleteThingGroupRequest
impl Send for DeleteThingGroupRequest
impl Sync for DeleteThingGroupRequest
impl Unpin for DeleteThingGroupRequest
impl UnwindSafe for DeleteThingGroupRequest
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