Struct aws_sdk_iot::output::DeleteDynamicThingGroupOutput
source · #[non_exhaustive]pub struct DeleteDynamicThingGroupOutput {}
Implementations§
source§impl DeleteDynamicThingGroupOutput
impl DeleteDynamicThingGroupOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteDynamicThingGroupOutput
.
Trait Implementations§
source§impl Clone for DeleteDynamicThingGroupOutput
impl Clone for DeleteDynamicThingGroupOutput
source§fn clone(&self) -> DeleteDynamicThingGroupOutput
fn clone(&self) -> DeleteDynamicThingGroupOutput
Returns a copy 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 PartialEq<DeleteDynamicThingGroupOutput> for DeleteDynamicThingGroupOutput
impl PartialEq<DeleteDynamicThingGroupOutput> for DeleteDynamicThingGroupOutput
source§fn eq(&self, other: &DeleteDynamicThingGroupOutput) -> bool
fn eq(&self, other: &DeleteDynamicThingGroupOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.