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