pub struct DeleteDynamicThingGroupRequest {
pub expected_version: Option<i64>,
pub thing_group_name: String,
}Fields§
§expected_version: Option<i64>The expected version of the dynamic thing group to delete.
thing_group_name: StringThe name of the dynamic thing group to delete.
Trait Implementations§
Source§impl Clone for DeleteDynamicThingGroupRequest
impl Clone for DeleteDynamicThingGroupRequest
Source§fn clone(&self) -> DeleteDynamicThingGroupRequest
fn clone(&self) -> DeleteDynamicThingGroupRequest
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 Default for DeleteDynamicThingGroupRequest
impl Default for DeleteDynamicThingGroupRequest
Source§fn default() -> DeleteDynamicThingGroupRequest
fn default() -> DeleteDynamicThingGroupRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for DeleteDynamicThingGroupRequest
impl PartialEq for DeleteDynamicThingGroupRequest
Source§fn eq(&self, other: &DeleteDynamicThingGroupRequest) -> bool
fn eq(&self, other: &DeleteDynamicThingGroupRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DeleteDynamicThingGroupRequest
Auto Trait Implementations§
impl Freeze for DeleteDynamicThingGroupRequest
impl RefUnwindSafe for DeleteDynamicThingGroupRequest
impl Send for DeleteDynamicThingGroupRequest
impl Sync for DeleteDynamicThingGroupRequest
impl Unpin for DeleteDynamicThingGroupRequest
impl UnwindSafe for DeleteDynamicThingGroupRequest
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