Struct aws_sdk_iot::operation::delete_thing::DeleteThingOutput
source · #[non_exhaustive]pub struct DeleteThingOutput { /* private fields */ }Expand description
The output of the DeleteThing operation.
Implementations§
source§impl DeleteThingOutput
impl DeleteThingOutput
sourcepub fn builder() -> DeleteThingOutputBuilder
pub fn builder() -> DeleteThingOutputBuilder
Creates a new builder-style object to manufacture DeleteThingOutput.
Trait Implementations§
source§impl Clone for DeleteThingOutput
impl Clone for DeleteThingOutput
source§fn clone(&self) -> DeleteThingOutput
fn clone(&self) -> DeleteThingOutput
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 DeleteThingOutput
impl Debug for DeleteThingOutput
source§impl PartialEq<DeleteThingOutput> for DeleteThingOutput
impl PartialEq<DeleteThingOutput> for DeleteThingOutput
source§fn eq(&self, other: &DeleteThingOutput) -> bool
fn eq(&self, other: &DeleteThingOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for DeleteThingOutput
impl RequestId for DeleteThingOutput
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.