#[non_exhaustive]pub struct DeleteThingGroupOutput { /* private fields */ }
Implementations§
source§impl DeleteThingGroupOutput
impl DeleteThingGroupOutput
sourcepub fn builder() -> DeleteThingGroupOutputBuilder
pub fn builder() -> DeleteThingGroupOutputBuilder
Creates a new builder-style object to manufacture DeleteThingGroupOutput
.
Trait Implementations§
source§impl Clone for DeleteThingGroupOutput
impl Clone for DeleteThingGroupOutput
source§fn clone(&self) -> DeleteThingGroupOutput
fn clone(&self) -> DeleteThingGroupOutput
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 Debug for DeleteThingGroupOutput
impl Debug for DeleteThingGroupOutput
source§impl PartialEq<DeleteThingGroupOutput> for DeleteThingGroupOutput
impl PartialEq<DeleteThingGroupOutput> for DeleteThingGroupOutput
source§fn eq(&self, other: &DeleteThingGroupOutput) -> bool
fn eq(&self, other: &DeleteThingGroupOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for DeleteThingGroupOutput
impl RequestId for DeleteThingGroupOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.