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